#include<stdio.h> int main() { int x = 1; if(x=2) printf("OK"); else if(x<2) printf("%d\n",x); else printf("Quit"); return 0; }