0_0_20226277_3141.cpp: In function 'int main()':
0_0_20226277_3141.cpp:8:3: error: expected ';' before 'int'
int cnt=0;
^
0_0_20226277_3141.cpp:12:11: error: 'cnt' was not declared in this scope
m/=5; cnt++;
^
0_0_20226277_3141.cpp:15:17: error: 'cnt' was not declared in this scope
printf("%d\n",cnt);
^
|