fork download
  1. #include <stdio.h>
  2.  
  3. void f(void) {
  4. int i;
  5. i = 6;
  6. int j;
  7. j = 20;
  8. }
  9.  
  10. int main(void) {
  11. // your code goes here
  12. return 0;
  13. }
  14.  
Success #stdin #stdout 0s 2164KB
stdin
Standard input is empty
stdout
Standard output is empty