fork download
  1. #include <stdio.h>
  2.  
  3. int main() {
  4. int y=16;
  5. int z=1;
  6. int x=y+z*y+1-z/y+z;
  7. printf("%l", x);
  8.  
  9. return 0;
  10. }
Success #stdin #stdout 0.01s 5288KB
stdin
Standard input is empty
stdout
Standard output is empty