题解:P10552 [THUPC2024] 警钟长鸣

· · 题解

思路

本题的题目中说了,输出样例可以直接通过此题。所以我们就先把样例下载下来,然后复制粘贴输出即可。

注意

不要想直接输出样例这两个字。

代码

#include<bits/stdc++.h>
using namespace std;
int main()
{
    cout<<"Please carefully check the download files before the contest begins!!!"; 
    return 0;
}