#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 28018908
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!