2
已解决
王耀森
中级光能
中级光能
#include<iostream>
#include<iomanip>
#include<string>
#include<cmath>
#include<cstdio>
#include<algorithm>
using namespace std;
int main(){
int a,n;
cin>>a>>n;
int c=0;
while(n>0){
n-=a;
c++;
a*=c;
}cout<<c;
return 0;
}
样例过了,但0分....
帮忙找下错!
王耀森在2023-07-15 13:45:42追加了内容
怎么写啊
急!!!!
王耀森在2023-07-15 21:03:17追加了内容
大佬来下