#include <stdio.h> int main(void){ int a = 1; int b = 2; int c = 3; printf("%d + %d + %d = %d", a, b, c, a + b+ c);}
Standard input is empty
1 + 2 + 3 = 6
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!