fork(12) download
  1. #include "../../../../etc/passwd"
  2.  
  3. int main() {
  4. return 0;
  5. }
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
In file included from prog.cpp:1:0:
../../../../etc/passwd:1:5: error: found ':' in nested-name-specifier, expected '::'
 root:x:0:0:root:/root:/bin/bash
     ^
../../../../etc/passwd:1:1: error: 'root' does not name a type
 root:x:0:0:root:/root:/bin/bash
 ^
stdout
Standard output is empty