fork download
  1. #include<stdio.h>
  2.  
  3. #define max 100
  4. #define chuoi "homework"
  5. void main(void)
  6. {
  7. printf("%d", max);
  8. printf("\n%s", chuoi);
  9. return 0;
  10.  
  11. }
  12.  
Runtime error #stdin #stdout 0s 9432KB
stdin
Standard input is empty
stdout
100
homework