0_0_14505842_3388.cpp:59:9: error: stray '\243' in program
int tot=0£»
^
0_0_14505842_3388.cpp:59:9: error: stray '\273' in program
0_0_14505842_3388.cpp: In function 'int main()':
0_0_14505842_3388.cpp:31:20: error: expected ',' or ';' before 'for'
#define rep(i,a,b) for(int i=a;i<=b;i++)
^
0_0_14505842_3388.cpp:61:9: note: in expansion of macro 'rep'
rep(i,1,n){
^
0_0_14505842_3388.cpp:61:13: error: 'i' was not declared in this scope
rep(i,1,n){
^
0_0_14505842_3388.cpp:31:32: note: in definition of macro 'rep'
#define rep(i,a,b) for(int i=a;i<=b;i++)
^
|