比赛 20250904开学热身赛 评测结果 WWWWWWWWWW
题目名称 苹果树 最终得分 0
用户昵称 Ruyi 运行时间 0.028 s
代码语言 C++ 内存使用 3.70 MiB
提交时间 2025-09-04 21:58:08
显示代码纯文本
#include <bits/stdc++.h>
using namespace std;
int main(){
    freopen("2018tree.in","r",stdin);
    freopen("2018tree.out","w",stdout);
    cout<<24<<endl;
    return 0;
}