// No.249 N言っちゃダメゲーム (2) // https://yukicoder.me/problems/no/249 // #include using namespace std; int main() { std::cin.tie(nullptr); std::ios::sync_with_stdio(false); cout << 500 << endl; }