fork(6) download
  1. int main()
  2. {
  3. return 0;
  4. }
Compilation error #stdin compilation error #stdout 0s 3336KB
stdin
Standard input is empty
compilation info
prog.cpp:3:2: error: stray ‘\315’ in program
  return 0;
  ^
prog.cpp:3:2: error: stray ‘\276’ in program
prog.cpp: In function ‘int main()’:
prog.cpp:4:1: error: expected ‘;’ before ‘}’ token
 }
 ^
stdout
Standard output is empty