| 比赛 | EYOI与SBOI开学欢乐赛10th | 评测结果 | AWWAAWAAWW | 
|---|---|---|---|
| 题目名称 | 捡字母 | 最终得分 | 50 | 
| 用户昵称 | 什么都想学什么都学了一点的晓无痕 | 运行时间 | 0.000 s | 
| 代码语言 | C++ | 内存使用 | 0.00 MiB | 
| 提交时间 | 2022-10-10 20:13:54 | ||
#include<bits/stdc++.h>
using namespace std;
int main()
{
    freopen("PickLetter.in","r",stdin);
    freopen("PickLetter.out","w",stdout);
    string s;
    cin>>s;
    printf("lhzwin!");
    return 0;
}