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