比赛 2024国庆练习2 评测结果 WWWWWWWWWW
题目名称 学姐的巧克力盒 最终得分 0
用户昵称 袁书杰 运行时间 0.031 s
代码语言 C++ 内存使用 3.39 MiB
提交时间 2024-10-05 18:26:54
显示代码纯文本
#include<bits/stdc++.h>
using namespace std;
#define int long long
signed main(){
    freopen("chocolatebox.in","r",stdin);
    freopen("chocolatebox.out","w",stdout);
    ios::sync_with_stdio(false);
 	cin.tie(0),cout.tie(0);
 	cout<<"8\n2";
    return 0;
}