这名用户暂未设置签名。
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
``` #include using namespace std; char a[12][12]; int x1, yi1, x2, y2; int cnt = 0, z1 = 1, z2 = 1; int id1, id2; int main() { for (int i = 1; i > a[i][j]; if (…
第六个测试点过不去,测试数据是两个相同的三千多位的数,输出结果是0,但是我的程序什么也不输出,是为什么呢??? ``` #define _CRT_SECURE_NO_WARNINGS #include #include #include #include using namespace std; string a, b…
在讨论《60找不到错误请教大佬》回复:
@[Jason_Ming](/user/1014421) 多大算大啊?100够吗?还是过不了(哭泣)
在讨论《60找不到错误请教大佬》回复:
@[dongzirui0817](/user/905593) 多大算大啊?100够吗?还是过不了(哭泣)
``` #define _CRT_SECURE_NO_WARNINGS #include #include #include using namespace std; string a, b; int x[20], y[20]; int s[21]; int cnt1=1,cnt2=1; int ans; int ma…
``` #define _CRT_SECURE_NO_WARNINGS #include #include using namespace std; int n, m; string s[100001]; int t[100001]; int a[100001], b[100001]; int cnt = 1; int…
在讨论《95分尽力局,真的找不出错误来了》回复:
@[ZMQ_Ink6556](/user/1125291) 测试了,找到问题了,过啦!!!
写的可能有点乱 ``` #define _CRT_SECURE_NO_WARNINGS #include #include using namespace std; string s; string a, b; int n1, n2; int main() { cin >> s; int n = s.length();…
第一种方式能得满分,而第二种只能得60分,求大佬讲解 ```#define _CRT_SECURE_NO_WARNINGS #include #include #include using namespace std; int a[31]; long long num; int main() { int i = 0;…
实在找不到错误求指点 ``` #include #include using namespace std; string a, s; int cnt = 0, pos; int main() { //输入字符串 getline(cin, a); getline(cin, s); //全部变为小写 for (int i…
有人能告诉我,最后的while函数为什么会陷入死循环吗? ```#define _CRT_SECURE_NO_WARNINGS #include #include using namespace std; string a,s; int cnt = 0,pos; int main() { getline(cin, a)…
好奇怪,输出为空,不知道哪里出了问题 ``` #include #include #include using namespace std; int s[20]; int a, b,r; bool check1(int x) { if ((x >= 1000 && x = 100000 && x 0) { s[cnt]…
在讨论《求助大佬,为什么结果不对呢?》回复:
@[Niko_online_](/user/1416507) 感谢大佬
``` #include using namespace std; int a[41][41]; int main() { int n; cin >> n; a[1][(n + 1) / 2] = 1; int x = 1, y = (n + 1) / 2; for (int i = 2; i <= n * n; i+…
```#define _CRT_SECURE_NO_WARNINGS #include using namespace std; int main() { int n; cin >> n; char a[51]; cin >> a; char b[51]; for (int i = 0; i < 51; i++) {…
``` #include using namespace std; int main() { int s1, s2, s3; cin >> s1 >> s2 >> s3; int n = s1 + s2 + s3; int a[20], b[20], c[40]; int sum[78]; for (int i = 0…
``` #include using namespace std; int main() { int n; cin>>n; int ant[100]; for(int i=0;i >ant[i]; } for(int j=0;j ant[i+1]) { t=ant[i]; ant[i]=ant[i+1]; ant[i+…