#include using namespace std; int main() { bool allowed=false; if(!allowed) cout << "OK"; else cout << "Not ok"; return 0; }