int main(int x) { if (x > 27) return 11; else x--; return x; }