请积极的面对虚无主义
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
在讨论《求详解,不懂》回复:
@[Ahws_rwhy](luogu://user/1001535) 谢谢大佬,已经懂啦;
有没有大佬愿意看看; 为什么将 ```cpp tmp=0; ``` 放入else中就是90,而放入for中就是ac; 90代码{ ```cpp #include using namespace std; int m,n,tmp; int main(void){ cin>>n>>m;char a[n+1][m+1]; f…
在讨论《0分求调》回复:
@[南苑](luogu://user/1196023) 已过,非常感谢
```cpp #include using namespace std; struct nllu{ string name; int m; int c; int e; }; int n; int main(void){ cin>>n; struct nllu a[n]; for(int i=0;i >a[i].name…
在讨论《爆零!求调!!!哼,哼,哼啊啊啊啊啊啊!》回复:
检查半天,发现没空行,但如何解决超时呢
三个wa,三个tle ```cpp #include using namespace std; int n,t; std::stack souxun; std::stack cunchu; void chongzai(){ for(;!souxun.empty();){ cunchu.push(souxun.top()…
```cpp #include using namespace std; int nf(int n,int i); int AIzh(char x); int main(){ int ans=0; int n; string x; cin>>n>>x; for(int i=0;i ='A')return (int)x-…
求助,结果是紫紫红绿绿 ```cpp #include using namespace std; void ca(); void out(); int n,m; double a[100]; int main(){ ca(); out(); return 0; } void ca(){ cin>>n>>m; for(i…