0_0_37711675_13262.cpp:38:2: error: stray '#' in program
}#include<bits/stdc++.h>
^
0_0_37711675_13262.cpp:38:3: error: 'include' does not name a type
}#include<bits/stdc++.h>
^
0_0_37711675_13262.cpp:41:11: error: redefinition of 'const int N'
const int N = 1e6 + 10;
^
0_0_37711675_13262.cpp:4:11: note: 'const int N' previously defined here
const int N = 1e6 + 10;
^
0_0_37711675_13262.cpp:42:5: error: redefinition of 'int t'
int t, n, m;
^
0_0_37711675_13262.cpp:5:5: note: 'int t' previously declared here
int t, n, m;
^
0_0_37711675_13262.cpp:42:8: error: redefinition of 'int n'
int t, n, m;
^
0_0_37711675_13262.cpp:5:8: note: 'int n' previously declared here
int t, n, m;
^
0_0_37711675_13262.cpp:42:11: error: redefinition of 'int m'
int t, n, m;
^
0_0_37711675_13262.cpp:5:11: note: 'int m' previously declared here
int t, n, m;
^
0_0_37711675_13262.cpp:43:5: error: redefinition of 'int tot'
int tot, st;
^
0_0_37711675_13262.cpp:6:5: note: 'int tot' previously declared here
int tot, st;
^
0_0_37711675_13262.cpp:43:10: error: redefinition of 'int st'
int tot, st;
^
0_0_37711675_13262.cpp:6:10: note: 'int st' previously declared here
int tot, st;
^
0_0_37711675_13262.cpp:44:8: error: redefinition of 'int a [1000010]'
int a[N];
^
0_0_37711675_13262.cpp:7:5: note: 'int a [1000010]' previously declared here
int a[N];
^
0_0_37711675_13262.cpp: In function 'int main()':
0_0_37711675_13262.cpp:46:8: error: redefinition of 'int main()'
signed main()
^
0_0_37711675_13262.cpp:9:8: note: 'int main()' previously defined here
signed main()
^
|