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