| 比赛 | 2026.9.5 | 评测结果 | AWWWWWAWWWWWWWWWWWWWWWWWW |
|---|---|---|---|
| 题目名称 | Tree Decorations | 最终得分 | 8 |
| 用户昵称 | 彭欣越 | 运行时间 | 0.069 s |
| 代码语言 | C++ | 内存使用 | 3.62 MiB |
| 提交时间 | 2026-09-05 12:51:49 | ||
#include <bits/stdc++.h>
using namespace std;
typedef long long ll;
int main () {
freopen("Decorations.in","r",stdin);
freopen("Decorations.out","w",stdout);
ios::sync_with_stdio(0);
cin.tie(0),cout.tie(0);
cout << 0 <<endl;
return 0;
}