这名用户暂未设置签名。
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
# 请大佬看看 ~~ありがとうございます~~。 ```cpp /* #include using namespace std; int main(){ int a,b,t=0,c=0; cin>>a>>b; int l[b-a]={0},l1[b-a]={0}; for(int i=a;i using namespac…
在讨论《WA求救》回复:
sorry忘了改了 谢谢
在讨论《大佬有劳看看WA代码》回复:
谢谢
# 求求了 ```cpp #include using namespace std; int main() { int m,n,t=0,i1=0; double temp=0; cin>>m; for(int i=0;i >n; int a[n]; for(int j=0;j >a[j]; temp+=a[j]; }…
大佬有劳看看 _~~屎~~_ 代码 ```cpp #include using namespace std; int main() { int m,n,t=0;//初始化 cin>>n>>m; int a[n],temp[m]; for(int i=0;i >temp[i]; for(int i=0;i<m;i++)/…
在讨论《答案》回复:
@[lixinran2012](luogu://user/1014288)666
在讨论《劳驾大佬解决一下》回复:
谢谢
**请帮我看看这宝了个贝的WA O.o** ```cpp #include #include using namespace std; int a[7],temp,b[7],t; int main() { int temp; cin>>temp; string s; for(int k=0;k >s; for (int…
在讨论《哪位大佬帮我看看这宝了个贝的代码O.o》回复:
我 _~~替巡海游侠~~_ 谢谢你们Q.q
#### _宝了个贝的_ O.o ```cpp #include #include using namespace std; int main(){ long long a,b,c=1e9; cin>>a>>b; if(pow(a,b)>c)cout<<"-1"; else cout<<a*b; return 0; }…