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