这名用户暂未设置签名。
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
如图:  ``` 违规紫衫 ```
在讨论《【公告】新版《洛谷社区规则》颁布》回复:
qp?
在讨论《求助》回复:
~~话说也可能是编译器炸了~~
在讨论《求助》回复:
```cpp #include using namespace std; int main(){ int a,b; cin>>a>>b; cout<<a*b; return 0; } ```
```cpp #include using namespace std; int main(){ int b; string zts,htz;//猪偷沙,猴偷猪 cin>>zts; cin>>htz; cin>>b; long zs=0,hz=0; int a[5]={0,0,0,0,0}; int t1=0,t2=0…
```cpp #include using namespace std; int main(){ int a,b,c; cin>>a>>b; a++; bool e[a]; for(int j=0;j >c; e[c]=!e[c]; c++; e[c]=!e[c]; c--; c--; e[c]=!e[c]; } e[…
在讨论《求助》回复:
“谢谢各位哈!”:)
### “你说说好好的程序有什么问题呢?” ### “要不你看看?” ```cpp #include using namespace std; int main(){ int y,m; cin>>y>>m; if((y%4==0||y%400==0)&&(y%100!=0)){ if(m==2){ cout<<"29"…