#include<stdio.h> void main(){ int x,y,sum; printf("input x and y:"); scanf("%d%d",&x,&y); sum=x+y; return 0;}
Standard input is empty
input x and y:
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!