0_0_21589637_20443.cpp:39:2: error: stray '#' in program
}#include<iostream>
^
0_0_21589637_20443.cpp:39:3: error: 'include' does not name a type
}#include<iostream>
^
0_0_21589637_20443.cpp:44:19: error: redefinition of 'long long int B [100000]'
long long B[100000];
^
0_0_21589637_20443.cpp:6:11: note: 'long long int B [100000]' previously declared here
long long B[100000];
^
0_0_21589637_20443.cpp:45:11: error: redefinition of 'long long int t'
long long t,n,m;
^
0_0_21589637_20443.cpp:7:11: note: 'long long int t' previously declared here
long long t,n,m;
^
0_0_21589637_20443.cpp:45:13: error: redefinition of 'long long int n'
long long t,n,m;
^
0_0_21589637_20443.cpp:7:13: note: 'long long int n' previously declared here
long long t,n,m;
^
0_0_21589637_20443.cpp:45:15: error: redefinition of 'long long int m'
long long t,n,m;
^
0_0_21589637_20443.cpp:7:15: note: 'long long int m' previously declared here
long long t,n,m;
^
0_0_21589637_20443.cpp: In function 'int main()':
0_0_21589637_20443.cpp:46:5: error: redefinition of 'int main()'
int main()
^
0_0_21589637_20443.cpp:8:5: note: 'int main()' previously defined here
int main()
^
|