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