#include <stdio.h> int main(void) { int z, x=5, y=-10, a=4, b=2;z=++x - --y*b/a;printf("%d",z); return 0;}
Standard input is empty
11
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!