| 比赛 | 2026.9.5 | 评测结果 | WAAAAAWWWWWWWWWWWWWWWWWWW |
|---|---|---|---|
| 题目名称 | Tree Decorations | 最终得分 | 20 |
| 用户昵称 | VTXE | 运行时间 | 0.073 s |
| 代码语言 | C++ | 内存使用 | 3.62 MiB |
| 提交时间 | 2026-09-05 11:56:23 | ||
#include <bits/stdc++.h>
using namespace std;
#define ll long long
int main(){
freopen("Decorations.in","r",stdin);
freopen("Decorations.out","w",stdout);
ios::sync_with_stdio(0);
cin.tie(0);cout.tie(0);
cout<<1<<'\n';
return 0;
}