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