#include int main() { std::cout << 'N'; for(int i = 0; i<9999999; i++) std::cout << 'O'; std::cout << 'B'; }