0_0_29480295_7849.cpp: In function 'int main()':
0_0_29480295_7849.cpp:58:8: error: expected unqualified-id before 'case'
int T,case=0;
^
0_0_29480295_7849.cpp:62:23: error: expected primary-expression before ';' token
case++;
^
0_0_29480295_7849.cpp:62:17: error: case label '<expression error>' not within a switch statement
case++;
^
0_0_29480295_7849.cpp:62:23: error: expected ':' before ';' token
case++;
^
0_0_29480295_7849.cpp:63:37: error: expected primary-expression before 'case'
printf("Case #%d: ",case);
^
|