这名用户暂未设置签名。
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
在讨论《有谁能帮助一下本蒟蒻吗》回复:
@__CuSO4__字符串的拼接是用+=吗
```cpp #include using namespace std; int T; char a[110][110]; bool flag; const char g[4][4] = { '0', '0', '0', '0', '0', '1', '1', '0', '0', '1', '1', '0', '0',…
哪位大佬能帮本蒟蒻看一下,必定关注 ```cpp #include using namespace std; long long n,sum; int xj(int n){ while(n%10 + n/10 > 9){ n = n%10+n/10; } return n; } int zh(char c){ int…
在讨论《天塌了,只得54分啊》回复:
谢谢
大佬,帮个忙,为啥只得54分 ```cpp #include using namespace std; int n,m,t,x1,y1,x2,y2,dx[4] = {0,1,0,-1},dy[4] = {1,0,-1,0},cnt = 0; char map[1005][1005]; void dfs(int x,in…
大佬求助,回答者闭关 ```cpp #include #include using namespace std; int n; struct node{ int xuehao; int y,s,e; int sum; }a[310]; bool cmp(node x,node y){ if(x.sum > y.sum)…
在讨论《求调!!!!!!!!!!》回复:
谢谢
无输出求调 ```cpp #include using namespace std; int n,m,dx[4] = {0,1,0,-1},dy[4] = {1,0,-1,0},vis[510][510],flag = 0; char map[510][510]; void dfs(int x,int y){ if(x…
样例全对,就是不过。 考试时也没过 ```cpp #include using namespace std; int main(){ int n,ans = 0; cin >> n; while(n--){ int x,sum = 0; cin >> x; while(x != 0){ sum += x%10; x/=…
有大佬知道为什么只有四分吗 回复必关 ```cpp #include using namespace std; int n; void zhong(int x){ for(int i = 1;i > n; for(int j = 1;j <= n;j++){ if(j%2==0){ pin(n); }else{ zho…
在讨论《WA了》回复:
谢谢,已关
哪个大佬救救我! 肯定关注 ```cpp #include #include using namespace std; int main(){ int n; cin >> n; char c = 'A'; for(int i = 1;i <= n;i++){ for(int j = 1;j <= n;j++){ cou…