比赛 果蝇王邀请赛div2 评测结果 C
题目名称 蜜雪冰城甜蜜蜜 最终得分 0
用户昵称 wmlsxzh 运行时间 0.000 s
代码语言 C++ 内存使用 0.00 MiB
提交时间 2026-08-27 12:12:21
显示代码纯文本
#include<bits/stdc++.h>
using namespace std;
int main{
    freopen("sweet.in","r",stdin);
    freopen("sweet.in","w",stdout);
    cout<<"hello world!";
    return 0;
}