0_0_32756827_3751.cpp:33:9: error: stray '\243' in program
cnt = 0£»
^
0_0_32756827_3751.cpp:33:9: error: stray '\273' in program
0_0_32756827_3751.cpp: In function 'int main()':
0_0_32756827_3751.cpp:34:9: error: expected ';' before 'int'
int n,m,x,l,r,k;
^
0_0_32756827_3751.cpp:35:23: error: 'n' was not declared in this scope
scanf("%d%d",&n,&m);
^
0_0_32756827_3751.cpp:35:26: error: 'm' was not declared in this scope
scanf("%d%d",&n,&m);
^
0_0_32756827_3751.cpp:38:25: error: 'x' was not declared in this scope
scanf("%d",&x);
^
0_0_32756827_3751.cpp:43:29: error: 'l' was not declared in this scope
scanf("%d%d%d",&l,&r,&k);
^
0_0_32756827_3751.cpp:43:32: error: 'r' was not declared in this scope
scanf("%d%d%d",&l,&r,&k);
^
0_0_32756827_3751.cpp:43:35: error: 'k' was not declared in this scope
scanf("%d%d%d",&l,&r,&k);
^
|