E. [Sleeping Cup #4] Proof Writer

    传统题 文件IO:proof 1000ms 512MiB

[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

Sleeping Cup #4 (Happy birthday, Sleeping Cup!)

未参加
状态
已结束
规则
IOI
题目
5
开始于
2025-4-12 0:00
结束于
2025-5-12 0:00
持续时间
3 小时
主持人
参赛人数
22