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