| 比赛 | 果蝇王邀请赛div2 | 评测结果 | WWWWWWWWWWWWWWWWWWWW |
|---|---|---|---|
| 题目名称 | 蜜雪冰城甜蜜蜜 | 最终得分 | 0 |
| 用户昵称 | exil | 运行时间 | 0.058 s |
| 代码语言 | C++ | 内存使用 | 3.67 MiB |
| 提交时间 | 2026-08-27 12:54:30 | ||
#include<bits/stdc++.h>
using namespace std;
#define int long long
signed main(){
freopen("sweet.in","r",stdin);
freopen("sweet.out","w",stdout);
ios::sync_with_stdio(0);
cin.tie(0);
cout.tie(0);
return 0;
}