比赛 2026.9.5 评测结果 AWWWWWAWWWWWWWWWWWWWWWWWW
题目名称 Tree Decorations 最终得分 8
用户昵称 KKZH 运行时间 0.071 s
代码语言 C++ 内存使用 3.63 MiB
提交时间 2026-09-05 12:50:38
显示代码纯文本
#include <bits/stdc++.h> 
using namespace std;
#define int long long
signed main(){
//    freopen("d1p1.2-31.in","r",stdin);
    freopen("Decorations.in","r",stdin);
    freopen("Decorations.out","w",stdout);
    ios::sync_with_stdio(false);
    cin.tie(0),cout.tie(0);
    cout<<0;
}