fork download
  1. #include <stdio.h>
  2.  
  3. int main(void) {
  4. int x=10;
  5. // x+=(x<80);
  6. printf (x);
  7.  
  8. // your code goes here
  9. return 0;
  10. }
  11.  
Runtime error #stdin #stdout 0s 9296KB
stdin
Standard input is empty
stdout
Standard output is empty