0_0_29843154_5484.cpp:23:1: error: stray '\357' in program
int cnt=0;
^
0_0_29843154_5484.cpp:23:1: error: stray '\274' in program
0_0_29843154_5484.cpp:23:1: error: stray '\233' in program
0_0_29843154_5484.cpp: In function 'int main()':
0_0_29843154_5484.cpp:24:4: error: expected ',' or ';' before 'for'
for(int i=0;i<l;i++){
^
0_0_29843154_5484.cpp:24:16: error: 'i' was not declared in this scope
for(int i=0;i<l;i++){
^
|