fork download
  1. printf("hello world");
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
prog.cpp:1:7: error: expected constructor, destructor, or type conversion before ‘(’ token
 printf("hello world");
       ^
stdout
Standard output is empty