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