比赛 进阶指南第0章测试 评测结果 AWWWWWWWWW
题目名称 Brownie Slicing G 最终得分 10
用户昵称 exil 运行时间 0.029 s
代码语言 C++ 内存使用 3.66 MiB
提交时间 2026-03-14 13:07:43
显示代码纯文本
#include<bits/stdc++.h>
using namespace std;
#define int long long
signed main(){
    freopen("brownie.in","r",stdin);
    freopen("brownie.out","w",stdout);
    cout<<3;
    return 0;
}