其实抄作业并不叫抄作业,语文上说是借鉴,数学上说是类比,英语上说是copy,地理上说是迁移,生物上说是转录,物理上说是参考系,化学上说是同分异构体,政治上说是求同存异,历史上说是文化大统一 不在线ing 求关 我超级宠粉的好吧~
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
在讨论《为什么错了》回复:
@[Danielhaohao](luogu://user/1273525) 过了,已关
``` #include using namespace std; int n,m,a[101][21],pingjun[21],cnt[101]; int main(){ scanf("%d%d",&n,&m); for(int i = 1;i =pingjun[i])cnt[j]++; } for(int i =…
在讨论《60,4*WA》回复:
@[skirmish](luogu://user/1343417) 谢谢
在讨论《60,4*WA》回复:
@[skirmish](luogu://user/1343417) 还是错的啊
在讨论《60,4*WA》回复:
@[akaryan](luogu://user/1283989) 怎么说,怎么改???对了关注肯定滴
``` #include using namespace std; string a,b; int c[10088],d[10088],e[10088]; int main(){ cin>>a>>b; for(int i = 0;i 1)len--; for(int i = len;i>=1;i--)cout<<e[i…
在讨论《为什么我们老师不让这样???》回复:
我觉得,长代码,短代码,能AC的都是好代码
``` #include using namespace std; string s; pair a[101]; bool cmp(pair c,pair b); bool zhishu(int x); int main(){ cin>>s; a[1].first = 'a',a[2].first = 'b',a[3]…
在讨论《如果出现1元的情况怎么办》回复:
本蒟蒻粗心了
在讨论《最后的RE》回复:
@[Grammar__hbw](luogu://user/856004) 改成10000000后TLE,这个错误我自己会修,谢谢啦
在讨论《最后的RE》回复:
@[Grammar__hbw](luogu://user/856004) 我交上去没事(不骗你)
在讨论《最后的RE》回复:
@[Grammar__hbw](luogu://user/856004) 是的
在讨论《最后的RE》回复:
@[Grammar__hbw](luogu://user/856004) 确实没有TLE
在讨论《最后的RE》回复:
@[Grammar__hbw](luogu://user/856004) 尝试过了
```cpp #include using namespace std; int n,a[101],dp[101]; int main(){ scanf("%d",&n); for(int i = 1;i<=n;i++)scanf("%d",&a[i]); for(int i = 1;i<=n;i++){ dp[i]…
``` #include using namespace std; int n,x1,y1,x2,y2,dx[] = {0,1,0,-1,0},dy[] = {0,0,1,0,-1},ans = 1; char mp[1001][1001]; bool vis[1001][1001]; void dfs(int x,i…
在讨论《为什么会编译错误》回复:
@[chengjindong](luogu://user/1247335) 蟹蟹
在讨论《为什么会编译错误》回复:
@[chengjindong](luogu://user/1247335) 不MLE了,但是变成了WA
在讨论《为什么会编译错误》回复:
@[ew3www](luogu://user/1160934) 不幸的是MLE
在讨论《为什么会编译错误》回复:
@[ew3www](luogu://user/1160934) 已关,蟹蟹
``` #include using namespace std; int n,m,dx[] = {0,1,0,-1,0},dy[] = {0,0,1,0,-1},ans = 0; char a[21][21]; bool vis[21][21]; int main(){ scanf("%d%d",&n,&m); in…
在文章《ZJ NOIP 2024 迷惑行为大赏》发表评论:
感觉读了之后内心不知道为什么很沉重
在讨论《全红》回复:
@[yyycj](luogu://user/1201331)@[ask_tang](luogu://user/1022974) 蟹蟹
``` #include using namespace std; stack a; string order; int t; int main() { scanf("%d",&t); while(t--){ cin>>order; if(order == "push"){ int x; scanf("%d\n",&x…
在讨论《样例过了,但是不见绿,只见红》回复:
现在已经发现输出之后没有换行的问题,但是还是有问题 ``` #include using namespace std; bool flag; int t,n; string s[101]; bool solve(string a){ for(int i = 1;i >s[i]; sort(s+1,s+n+1); for…
``` #include using namespace std; bool flag; int t,n; string s[101]; bool pd(string a){ for(int i = 1;i >s[i]; sort(s+1,s+n+1); for(int i = 1;i<=n;i++){ if(!pd(…
在讨论《Complie Error 求调》回复:
@[__int127](luogu://user/718169)@[KarmaticEnding](luogu://user/642173) 蟹蟹
``` #include using namespace std; bool coin[200001]; int n,m,begin,end; int main(){ scanf("%d%d",&n,&m); while(m--){ scanf("%d%d",&begin,&end); for(int i = begi…
在讨论《10分求调》回复:
@[c_h_a_o_s](luogu://user/1478385) 孩子,等了3天还没等到解答,我今天看到你有难,特意来救你,当然,不是白救你,代价是一个关注,你愿意吗??? ``` #include #include #include using namespace std; int n,ans; long lon…