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