题解 | #奶龙美丽!!!#
奶龙美丽!!!
https://ac.nowcoder.com/acm/contest/100061/B
#include <bits/stdc++.h>
using namespace std;
int main(){
long long x,y,count=0;
cin>>x>>y;
count=x/y;
cout << count ;
}
暴力会超时奶龙美丽!!!
https://ac.nowcoder.com/acm/contest/100061/B
#include <bits/stdc++.h>
using namespace std;
int main(){
long long x,y,count=0;
cin>>x>>y;
count=x/y;
cout << count ;
}
暴力会超时相关推荐