fork(1) download
  1. //Title of this code
  2.  
  3. #include <iostream>
  4. #include <string>
  5.  
  6. enum class Foo : long long { a, b };
  7.  
  8. int main()
  9. {
  10.  
  11.  
  12. }
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
prog.c:3:20: fatal error: iostream: No such file or directory
 #include <iostream>
                    ^
compilation terminated.
stdout
Standard output is empty