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