0_0_33292476_10862.cpp:7:1: error: expected ';' before 'const'
const int N = 2e5 + 7;
^
0_0_33292476_10862.cpp: In function 'int main()':
0_0_33292476_10862.cpp:85:14: error: expected primary-expression before '%' token
return 0;%0
^
0_0_33292476_10862.cpp:85:15: error: expected '}' at end of input
return 0;%0
^
|