fork download
  1. #include <stdio.h>
  2.  
  3. int main(void) {
  4. // your code goes here
  5. return 0;
  6. }
  7. #include <stdio.h>
  8.  
  9. int main(void) {
  10. // your code goes here
  11. return 0;
  12. }
  13.  
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
prog.c:9:5: error: redefinition of ‘main’
 int main(void) {
     ^~~~
prog.c:3:5: note: previous definition of ‘main’ was here
 int main(void) {
     ^~~~
stdout
Standard output is empty