fork download
  1. #include <stdio.h>
  2.  
  3. int main() {
  4. int a[] = {}, b = 3, c = 4;
  5.  
  6. printf("%d %d %d %d\n", b, c, a[0], a[1]);
  7.  
  8. return 0;
  9. }
  10.  
Success #stdin #stdout 0s 4692KB
stdin
Standard input is empty
stdout
3 4 32764 1864093952