fork(1) download
  1. #include<
  2. iostream
  3. >
  4.  
  5. int main()
  6. {
  7. std::cout << "Hello world" << std::endl;
  8. }
Compilation error #stdin compilation error #stdout 0s 3340KB
stdin
Standard input is empty
compilation info
prog.cpp:1:10: error: missing terminating > character
 #include<
          ^
prog.cpp:1:9: error: empty filename in #include
 #include<
         ^
prog.cpp:2:1: error: ‘iostream’ does not name a type
 iostream
 ^
stdout
Standard output is empty