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