#include <stdio.h> int main(void) { int A; A=10; int B; B=4; printf("%dA*B"); return 0;}
Standard input is empty
812573656A*B
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!