0_0_33974988_31947.cpp:4:8: error: missing terminating " character
printf("Case #1: YES/n
^
0_0_33974988_31947.cpp:5:6: error: stray '#' in program
Case #2: NO/n
^
0_0_33974988_31947.cpp:6:6: error: stray '#' in program
Case #3: YES/n");
^
0_0_33974988_31947.cpp:6:1: error: missing terminating " character
Case #3: YES/n");
^
0_0_33974988_31947.cpp: In function 'int main()':
0_0_33974988_31947.cpp:5:1: error: 'Case' was not declared in this scope
Case #2: NO/n
^
|