fork(1) download
  1. #include <iostream>
  2. using namespace std;
  3.  
  4. void main() {
  5. // your code goes here
  6. int a;
  7. cout<<a;
  8. return 0;
  9. }
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
prog.cpp:4:12: error: '::main' must return 'int'
 void  main() {
            ^
stdout
Standard output is empty