foo.cc:66:10: error: stray '#' in program
66 | 测试数据 #0: Accepted, time = 0 ms, mem = 391936 KiB, score = 10
| ^
foo.cc:67:10: error: stray '#' in program
67 | 测试数据 #1: Accepted, time = 0 ms, mem = 391936 KiB, score = 10
| ^
foo.cc:68:10: error: stray '#' in program
68 | 测试数据 #2: Accepted, time = 0 ms, mem = 391932 KiB, score = 10
| ^
foo.cc:69:10: error: stray '#' in program
69 | 测试数据 #3: Accepted, time = 0 ms, mem = 391932 KiB, score = 10
| ^
foo.cc:70:10: error: stray '#' in program
70 | 测试数据 #4: Accepted, time = 15 ms, mem = 391940 KiB, score = 10
| ^
foo.cc:71:10: error: stray '#' in program
71 | 测试数据 #5: Accepted, time = 0 ms, mem = 391936 KiB, score = 10
| ^
foo.cc:72:10: error: stray '#' in program
72 | 测试数据 #6: Accepted, time = 328 ms, mem = 391936 KiB, score = 10
| ^
foo.cc:73:10: error: stray '#' in program
73 | 测试数据 #7: Accepted, time = 328 ms, mem = 391936 KiB, score = 10
| ^
foo.cc:74:10: error: stray '#' in program
74 | 测试数据 #8: Accepted, time = 984 ms, mem = 391932 KiB, score = 10
| ^
foo.cc:75:10: error: stray '#' in program
75 | 测试数据 #9: Accepted, time = 1000 ms, mem = 391936 KiB, score = 10
| ^
foo.cc:78:1: error: stray '`' in program
78 | ```c++
| ^
foo.cc:78:2: error: stray '`' in program
78 | ```c++
| ^
foo.cc:78:3: error: stray '`' in program
78 | ```c++
| ^
foo.cc:117:2: error: stray '`' in program
117 | }```
| ^
foo.cc:117:3: error: stray '`' in program
117 | }```
| ^
foo.cc:117:4: error: stray '`' in program
117 | }```
| ^
foo.cc:65:1: error: 'ac\U00005168\U00009760rp' does not name a type
65 | ac全靠rp
| ^~~~~~~~
foo.cc:83:5: error: redefinition of 'int n'
83 | int n,m,a,b,c,p,l1,l2,l3,l0;
| ^
foo.cc:5:5: note: 'int n' previously declared here
5 | int n,m,a,b,c,p,l1,l2,l3,l0;
| ^
foo.cc:83:7: error: redefinition of 'int m'
83 | int n,m,a,b,c,p,l1,l2,l3,l0;
| ^
foo.cc:5:7: note: 'int m' previously declared here
5 | int n,m,a,b,c,p,l1,l2,l3,l0;
| ^
foo.cc:83:9: error: redefinition of 'int a'
83 | int n,m,a,b,c,p,l1,l2,l3,l0;
| ^
foo.cc:5:9: note: 'int a' previously declared here
5 | int n,m,a,b,c,p,l1,l2,l3,l0;
| ^
foo.cc:83:11: error: redefinition of 'int b'
83 | int n,m,a,b,c,p,l1,l2,l3,l0;
| ^
foo.cc:5:11: note: 'int b' previously declared here
5 | int n,m,a,b,c,p,l1,l2,l3,l0;
| ^
foo.cc:83:13: error: redefinition of 'int c'
83 | int n,m,a,b,c,p,l1,l2,l3,l0;
| ^
foo.cc:5:13: note: 'int c' previously declared here
5 | int n,m,a,b,c,p,l1,l2,l3,l0;
| ^
foo.cc:83:15: error: redefinition of 'int p'
83 | int n,m,a,b,c,p,l1,l2,l3,l0;
| ^
foo.cc:5:15: note: 'int p' previously declared here
5 | int n,m,a,b,c,p,l1,l2,l3,l0;
| ^
foo.cc:83:17: error: redefinition of 'int l1'
83 | int n,m,a,b,c,p,l1,l2,l3,l0;
| ^~
foo.cc:5:17: note: 'int l1' previously declared here
5 | int n,m,a,b,c,p,l1,l2,l3,l0;
| ^~
foo.cc:83:20: error: redefinition of 'int l2'
83 | int n,m,a,b,c,p,l1,l2,l3,l0;
| ^~
foo.cc:5:20: note: 'int l2' previously declared here
5 | int n,m,a,b,c,p,l1,l2,l3,l0;
| ^~
foo.cc:83:23: error: redefinition of 'int l3'
83 | int n,m,a,b,c,p,l1,l2,l3,l0;
| ^~
foo.cc:5:23: note: 'int l3' previously declared here
5 | int n,m,a,b,c,p,l1,l2,l3,l0;
| ^~
foo.cc:83:26: error: redefinition of 'int l0'
83 | int n,m,a,b,c,p,l1,l2,l3,l0;
| ^~
foo.cc:5:26: note: 'int l0' previously declared here
5 | int n,m,a,b,c,p,l1,l2,l3,l0;
| ^~
foo.cc:84:5: error: redefinition of 'int rec [100000001]'
84 | int rec[100000001],ans=0,aa[10001],f[255];
| ^~~
foo.cc:6:5: note: 'int rec [100000001]' previously declared here
6 | int rec[100000001],ans=0,aa[10001],f[255];
| ^~~
foo.cc:84:20: error: redefinition of 'int ans'
84 | int rec[100000001],ans=0,aa[10001],f[255];
| ^~~
foo.cc:6:20: note: 'int ans' previously defined here
6 | int rec[100000001],ans=0,aa[10001],f[255];
| ^~~
foo.cc:84:26: error: redefinition of 'int aa [10001]'
84 | int rec[100000001],ans=0,aa[10001],f[255];
| ^~
foo.cc:6:26: note: 'int aa [10001]' previously declared here
6 | int rec[100000001],ans=0,aa[10001],f[255];
| ^~
foo.cc:84:36: error: redefinition of 'int f [255]'
84 | int rec[100000001],ans=0,aa[10001],f[255];
| ^
foo.cc:6:36: note: 'int f [255]' previously declared here
6 | int rec[100000001],ans=0,aa[10001],f[255];
| ^
foo.cc:85:5: error: redefinition of 'int main()'
85 | int main(){
| ^~~~
foo.cc:7:5: note: 'int main()' previously defined here
7 | int main(){
| ^~~~