0_0_38635579_24148.cpp:2:12: error: 'long long long' is too long for GCC
#define ll long long
^~~~
0_0_38635579_24148.cpp:36:19: note: in expansion of macro 'll'
typedef long long ll;
^~
0_0_38635579_24148.cpp:2:17: error: 'long long long' is too long for GCC
#define ll long long
^~~~
0_0_38635579_24148.cpp:36:19: note: in expansion of macro 'll'
typedef long long ll;
^~
0_0_38635579_24148.cpp:2:17: error: declaration does not declare anything [-fpermissive]
#define ll long long
^~~~
0_0_38635579_24148.cpp:36:19: note: in expansion of macro 'll'
typedef long long ll;
^~
0_0_38635579_24148.cpp:49:5: error: redefinition of 'int n'
int n, a[maxn];
^
0_0_38635579_24148.cpp:8:11: note: 'int n' previously declared here
int a[N], n;
^
0_0_38635579_24148.cpp:49:14: error: conflicting declaration 'int a [1000005]'
int n, a[maxn];
^
0_0_38635579_24148.cpp:8:5: note: previous declaration as 'int a [1000010]'
int a[N], n;
^
0_0_38635579_24148.cpp:50:5: error: redefinition of 'int main()'
int main()
^~~~
0_0_38635579_24148.cpp:10:5: note: 'int main()' previously defined here
int main()
^~~~
|