fork download
  1. #include <stdio.h>
  2.  
  3. int main(int) {
  4. // your code goes here
  5. return 0;
  6. }
  7.  
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
prog.c:3:5: warning: ‘main’ takes only zero or two arguments [-Wmain]
 int main(int) {
     ^~~~
prog.c: In function ‘main’:
prog.c:3:10: error: parameter name omitted
 int main(int) {
          ^~~
stdout
Standard output is empty