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