fork download
  1. #include <stdio.h>
  2. int main(void) {
  3. printf(«Hello C!»);
  4. return 0;
  5. }
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
prog.cpp:3:9: error: stray ‘\302’ in program
  printf(«Hello C!»);
         ^
prog.cpp:3:10: error: stray ‘\253’ in program
  printf(«Hello C!»);
          ^
prog.cpp:3:19: error: stray ‘\302’ in program
  printf(«Hello C!»);
                   ^
prog.cpp:3:20: error: stray ‘\273’ in program
  printf(«Hello C!»);
                    ^
prog.cpp: In function ‘int main()’:
prog.cpp:3:11: error: ‘Hello’ was not declared in this scope
  printf(«Hello C!»);
           ^~~~~
prog.cpp:3:11: note: suggested alternative: ‘ftello’
  printf(«Hello C!»);
           ^~~~~
           ftello
stdout
Standard output is empty