#include <iostream> int main(){ const int OP = "1" std::cout << "Good night, >>" << OP << "-san"; return 0; }