fork download
  1. #include <iostream>
  2. using namespace std;
  3.  
  4. void main
  5. {
  6. Dupa;
  7. If(test)
  8. {
  9. Kolejnewciecie;
  10. Abc;
  11. While(costam)
  12. wciecibezklamerek;
  13. For(;;)
  14. {
  15. Atuznowuzklamerkami
  16. }
  17. }
  18. }
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
prog.cpp:4:6: error: variable has incomplete type 'void'
void main
     ^
prog.cpp:4:10: error: expected ';' after top level declarator
void main
         ^
         ;
2 errors generated.
stdout
Standard output is empty