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