| 比赛 | 2026.9.5 | 评测结果 | WAAAAAWWWWWWWWWWWWWWWWWWW |
|---|---|---|---|
| 题目名称 | Tree Decorations | 最终得分 | 20 |
| 用户昵称 | 2_16鸡扒拌面 | 运行时间 | 0.065 s |
| 代码语言 | C++ | 内存使用 | 3.60 MiB |
| 提交时间 | 2026-09-05 11:23:13 | ||
#include<bits/stdc++.h>
#pragma GCC optimize("O3")
#define ll long long
#define f first
#define s second
#define SNSNMO 500010
#define MOD 1000003
using namespace std;
int main()
{
freopen("Decorations.in","r",stdin);
freopen("Decorations.out","w",stdout);
ios::sync_with_stdio(false);
cin.tie(nullptr); cout.tie(nullptr);
cout<<1;
return 0;
}