fork download
  1. #include <stdio.h>
  2.  
  3. int func()
  4. {
  5.  
  6. }
  7. int main(void) {
  8. // your code goes here
  9. int a = func();
  10. printf("%d", a);
  11. return 0;
  12. }
  13.  
Success #stdin #stdout 0s 5304KB
stdin
Standard input is empty
stdout
Standard output is empty