0_0_14895778_27678.cpp:38:2: error: stray '#' in program
}#include<iostream>
^
0_0_14895778_27678.cpp:38:3: error: 'include' does not name a type
}#include<iostream>
^
0_0_14895778_27678.cpp:44:17: error: redefinition of 'long long int a [222222]'
__int64 a[222222];
^
0_0_14895778_27678.cpp:7:9: note: 'long long int a [222222]' previously declared here
__int64 a[222222];
^
0_0_14895778_27678.cpp: In function 'int main()':
0_0_14895778_27678.cpp:45:5: error: redefinition of 'int main()'
int main()
^
0_0_14895778_27678.cpp:8:5: note: 'int main()' previously defined here
int main()
^
|