#include <stdio.h>
int main(void) {
int hats = 0;
hats = hats++;
hats = ++hats;
return 0;
}
I2luY2x1ZGUgPHN0ZGlvLmg+CgppbnQgbWFpbih2b2lkKSB7CglpbnQgaGF0cyA9IDA7CgloYXRzID0gaGF0cysrOwoJcHJpbnRmKCIlZCIsaGF0cyk7CgloYXRzID0gKytoYXRzOwoJcHJpbnRmKCIlZCIsaGF0cyk7CgoJcmV0dXJuIDA7Cn0K