#include<stdio.h>int main(){ int a=10; int b=30; printf("Addition=%d", a+b); return 0;}
Standard input is empty
Addition=40
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!