记录编号 |
558000 |
评测结果 |
AAAAAAAAAA |
题目名称 |
背诵单词 |
最终得分 |
100 |
用户昵称 |
田三川 |
是否通过 |
通过 |
代码语言 |
C++ |
运行时间 |
0.000 s |
提交时间 |
2020-12-03 20:42:31 |
内存使用 |
0.00 MiB |
显示代码纯文本
#include<iostream>
#include<cstdio>
#include<iomanip>
#include<algorithm>
#include<string>
#define _______ 1
#define ________ sort
#define __I__ int
#define __F__ for
#define __C__ cin
using namespace std;
string _[10010];
int main(){
freopen("letter.in","r",stdin);
freopen("letter.out","w",stdout);
__I__ __;
__C__>>__;
__F__(__I__ ___=_______;___<=__;___++){
__C__>>_[___];
}
________(_+_______,_+_______+__);
__F__(__I__ ____=_______;____<=__;____++){
cout<<_[____]<<endl;
}
}