0_0_38007590_4250.cpp:5:21: error: expected ']' before '\x303030'
int n,m,p,q,sum[1000'000'5],diff[1000'000'5];
^
0_0_38007590_4250.cpp: In function 'int main()':
0_0_38007590_4250.cpp:10:10: error: 'diff' was not declared in this scope
memset(diff,0,sizeof diff);
^
0_0_38007590_4250.cpp:11:10: error: 'sum' was not declared in this scope
memset(sum,0,sizeof sum);
^
|