#include<stdio.h> int main() { int x=10; int y=26; int z=x+y; printf("Sum of x+y = %i", z);}
Standard input is empty
Sum of x+y = 36
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!