我不知道啊吧啊吧...
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
```cpp #include using namespace std; int main(){ double s,v,m; int n,a,t,b; cin>>s>>v; n=8*60+24*60; t=ceil(s/v)+10; n=n-t; if(n>=24*60) n-=24*60; b=n%60; a=n/6…
```cpp #include #include using namespace std; int main(){ float V; int renshu; cin>>V>>renshu; float v=V/renshu; cout<<v<<endl<<renshu*2; return 0; } ```
```cpp #include #include using namespace std; int main(){ int all; int tianshu,shifou,uncishu; int num=0; cin>>all; for (int i=0;i >shifou; if (shifou==1){ tian…
```cpp #include #include using namespace std; int main(){ int all; int tianshu,shifou,uncishu; int num=0; cin>>all; for (int i=0;i >shifou; if (shifou==1){ tian…
```cpp #include #include using namespace std; int main(){ int all; int tianshu,shifou,uncishu; int num=0; cin>>all; while (all){ cin>>shifou; if (shifou==1){ ti…
 与题目有关,但是在dev c++上可以运行但是在VSC上会提示这样的信息,mingw下了,launch.json也处理好了,task.json也处理好了,path也添加了
在讨论《求助》回复:
@[Deepsick](luogu://user/2004018) thanks
```cpp #include using namespace std; int main() { int input; cin>>input; cout<<" "<<input<<endl<<" "<<input<<input<<input<<endl<<input<<input<<input<<input<<inp…
在讨论《新手求助》回复:
@[___wubihao___](luogu://user/1784999)@[zjc1234](luogu://user/1352164)@[tantan1007](luogu://user/1411108) 谢谢,给关注了
```cpp #include using namespace std; int main() { int input; cin>>input; cout<<" "<<input<<endl<<" "<<input*3<<input*5; return 0; } ``` 要如何让输出的数量乘三或乘五而不是将他自己这个东…
在讨论《新手求助》回复:
@[songhy_QWQ](luogu://user/1098931) ok
在讨论《新手求解 一AC四WA》回复:
@[XsIeEiKcEk](luogu://user/1617786)@[shexiaopeng](luogu://user/1114147) @[wanghuwang666](luogu://user/1179108) 谢谢各位
在讨论《新手求解 一AC四WA》回复:
@[shexiaopeng](luogu://user/1114147) 题目不是要求输入 * 吗
在讨论《新手求解 一AC四WA》回复:
感谢所有帮助的大佬
```cpp #include using namespace std; int main() { int input; cin>>input; cout<<" *"<<endl; cout<<" ***"<<endl; cout<<"*****"<<endl; return 0; } ```
在讨论《新手求助》回复:
@[liuyuhan1522](luogu://user/1435840)@[songhy_QWQ](luogu://user/1098931) 不好意思,我的问题
为啥是WA啊各位大佬 ```cpp #include using namespace std; int main() { cout<<" *"<<endl; cout<<" **"<<endl; cout<<"***"<<endl; cout<<" **"<<endl; cout<<" *"; return 0; }…
在讨论《求解答》回复:
@[__YiChaQAQ__o_O](luogu://user/1159944) 谢谢谢谢
在讨论《求解答》回复:
@[LiuHongshen](luogu://user/1390521) 那在写的时候还需要考虑进去吗?
在讨论《关于csps初赛》回复:
好像是要看地区的
在讨论《33分,求救》回复:
@[STF_Apple](/user/1235748) 用c++写的 试过,对的
在讨论《33分,求救》回复:
#```cpp #include #include using namespace std; int main(){ string s; cin>>s; for (int i=0;i ='a'&&s[i] ='x'&&s[i] ='A'&&s[i] ='X'&&s[i] ='a'&&s[i] ='A'&&s[i] =0…