fork download
  1. #include <stdio.h>
  2. int main()
  3. {
  4. int money = 37;
  5. int a = x/10;
  6. printf(%d\n”, a);
  7. return 0;
  8. }
  9.  
Success #stdin #stdout 0.03s 26020KB
stdin
Standard input is empty
stdout
#include <stdio.h>
int main()
{	
int money = 37;
int a = x/10;
printf(“%d\n”, a);
return 0;                               
}