0_0_27187688_23136.cpp: In function 'int main()':
0_0_27187688_23136.cpp:10:9: error: expected unqualified-id before 'case'
int case = 1;
^
0_0_27187688_23136.cpp:34:32: error: 'Case' was not declared in this scope
printf("Case %d: %d\n",Case++,cnt);
^
|