0_0_37659676_10756.cpp:9:2: error: stray '\357' in program
int ans=0,cnt=0;
^
0_0_37659676_10756.cpp:9:2: error: stray '\274' in program
0_0_37659676_10756.cpp:9:2: error: stray '\214' in program
0_0_37659676_10756.cpp: In function 'int main()':
0_0_37659676_10756.cpp:9:14: error: expected ',' or ';' before 'cnt'
int ans=0,cnt=0;
^
0_0_37659676_10756.cpp:17:3: error: 'cnt' was not declared in this scope
cnt++;
^
0_0_37659676_10756.cpp:19:8: error: 'cnt' was not declared in this scope
cout<<cnt<<endl;
^
|