fork download
  1. #include<stdio.h>
  2. void main()
  3. {
  4. int a = 1, b=2, c=3;
  5. if(a,b,c)
  6. {
  7. printf("HELLO");
  8. }
  9. }
Runtime error #stdin #stdout 0s 9432KB
stdin
Standard input is empty
stdout
HELLO