#include <stdio.h>
main(){
int i=0;
i=(i++?i-1:i+1);
printf(%d, i);
}

悪魔が出るかも?