比赛 | EYOI与SBOI开学欢乐赛10th | 评测结果 | AWWAAWAAWW |
---|---|---|---|
题目名称 | 捡字母 | 最终得分 | 50 |
用户昵称 | HeSn | 运行时间 | 0.000 s |
代码语言 | C++ | 内存使用 | 0.00 MiB |
提交时间 | 2022-10-10 21:06:20 | ||
#include<bits/stdc++.h> using namespace std; #define int long long signed main() { freopen("PickLetter.in", "r", stdin); freopen("PickLetter.out", "w", stdout); cout << "lhzwin!"; return 0; }