| 比赛 | EYOI与SBOI开学欢乐赛4th | 评测结果 | WAWWA |
|---|---|---|---|
| 题目名称 | Cafe Stella | 最终得分 | 40 |
| 用户昵称 | 惠惠 | 运行时间 | 0.000 s |
| 代码语言 | C++ | 内存使用 | 0.00 MiB |
| 提交时间 | 2022-09-12 21:02:42 | ||
#include <bits/stdc++.h>
using namespace std;
int main()
{
freopen("murasame_adultxp3.in","r",stdin);
freopen("murasame_adultxp3.out","w",stdout);
printf("FccKcuf");
return 0;
}