/(ㄒoㄒ)/~~
/* 1.for循环 2.遍历 */ #include<bits/stdc++.h> using namespace std; int main() { int a,l; long long n=0; cin>>a>>l; while(n/a < l) { n++; } cout<<n; return 0; }
大佬瞅瞅(✿◕‿◕✿)