fork download
  1. #include<cstdio>
  2. int main()
  3. {
  4. printf("%d",42);
  5.  
  6. }
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
prog.c:1:17: error: cstdio: No such file or directory
cc1: warnings being treated as errors
prog.c: In function ‘main’:
prog.c:4: error: implicit declaration of function ‘printf’
prog.c:4: error: incompatible implicit declaration of built-in function ‘printf’
stdout
Standard output is empty