#P121. [Sleeping Cup #4] Proof Writer

[Sleeping Cup #4] Proof Writer

负责人

注意

请严格按照提交方式进行操作。

题目背景

正当 Sleeping Dolphin 出题出到一半的时候,Long Long Giraffe 到它家来做客了……

题目描述

请补全这篇题解(对应的题目为 中省去的证明。

提交方式

使用 OEIS 大法即可得证。下一个。
  1. 以上是一份证明示例,它显然是错误的。
  2. 你需要在下面的代码中填入你的 Sleeping Cup UID,并用 C++ 提交。
  3. 本题将在赛后将进行人工批改,并更新 AC 记录,因此赛时无法 AC。若你提交了多个证明,则以最后一个为准。请严格按照上述要求进行提交,否则后果自负。
#include <bits/stdc++.h>
using namespace std;
const int UID = /*Enter your UID here*/;
int main()
{
    freopen("proof.in", "r", stdin);
    freopen("proof.out", "w", stdout);
    cout << UID;
    return 0;
}
  1. 请不要恶意填写 UID,违者将被处以警告或封禁惩罚。
  2. 赛后提交方式如下,管理员将不定期进行批改。
#include <bits/stdc++.h>
using namespace std;
const int UID = (-1) * /*Enter your UID here*/;
int main()
{
    freopen("proof.in", "r", stdin);
    freopen("proof.out", "w", stdout);
    cout << UID;
    return 0;
}
/*
使用 OEIS 大法即可得证。下一个。
*/

官方题解

link