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