0_0_33974926_14629.cpp:3:1: error: missing terminating " character
main(){printf("Case #1: YES\n
^
0_0_33974926_14629.cpp:4:6: error: stray '#' in program
Case #2: NO\n
^
0_0_33974926_14629.cpp:4:1: error: stray '\' in program
Case #2: NO\n
^
0_0_33974926_14629.cpp:5:6: error: stray '#' in program
Case #3: YES");}
^
0_0_33974926_14629.cpp:5:1: error: missing terminating " character
Case #3: YES");}
^
0_0_33974926_14629.cpp: In function 'int main()':
0_0_33974926_14629.cpp:4:1: error: 'Case' was not declared in this scope
Case #2: NO\n
^
0_0_33974926_14629.cpp:5:10: error: expected '}' at end of input
Case #3: YES");}
^
|