题解喵仔牛奶2025-11-25 22:09:41发布于:广东14阅读0回复0点赞#include<bits/stdc++.h> using namespace std; int main(){ int n,a,b; cin >> n >> a >> b; if(b / a <= n){ cout << b / a; }else{ cout << n; } return 0; } 有帮助,赞一个去预览0/2000发布这里空空如也
有帮助,赞一个