fork download
  1. #include <stdio.h>
  2. int main(void) {
  3. printf("Hello World\n");
  4. printf("Chakkrawan Panyapuan\n");
  5. printf(์N.24\n");
  6. printf(Class 5/5\n");
  7. prontf(Sarapeepittatakom School\n");
  8. return 0;
  9. }
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
prog.cpp:5:1: error: stray ‘\340’ in program
 printf(์N.24\n");
 ^
prog.cpp:5:1: error: stray ‘\271’ in program
prog.cpp:5:1: error: stray ‘\214’ in program
prog.cpp:5:1: error: stray ‘\’ in program
prog.cpp:5:17: warning: missing terminating " character [enabled by default]
 printf(์N.24\n");
                 ^
prog.cpp:5:1: error: missing terminating " character
 printf(์N.24\n");
 ^
prog.cpp:6:1: error: stray ‘\’ in program
 printf(Class 5/5\n");
 ^
prog.cpp:6:19: warning: missing terminating " character [enabled by default]
 printf(Class 5/5\n");
                   ^
prog.cpp:6:1: error: missing terminating " character
 printf(Class 5/5\n");
 ^
prog.cpp:7:1: error: stray ‘\’ in program
 prontf(Sarapeepittatakom School\n");
 ^
prog.cpp:7:34: warning: missing terminating " character [enabled by default]
 prontf(Sarapeepittatakom School\n");
                                  ^
prog.cpp:7:1: error: missing terminating " character
 prontf(Sarapeepittatakom School\n");
 ^
prog.cpp: In function ‘int main()’:
prog.cpp:5:11: error: ‘N’ was not declared in this scope
 printf(์N.24\n");
           ^
stdout
Standard output is empty