| 比赛 | 20160707 | 评测结果 | WWWWWWWWWW |
|---|---|---|---|
| 题目名称 | 单词缩写 | 最终得分 | 0 |
| 用户昵称 | 不想起名 | 运行时间 | 0.005 s |
| 代码语言 | C++ | 内存使用 | 0.31 MiB |
| 提交时间 | 2016-07-07 16:27:15 | ||
#include<iostream>
#include<cstdio>
#include<cstring>
#include<cmath>
using namespace std;
int main()
{
freopen("abbreviation.in","r",stdin);
freopen("abbreviation.out","w",stdout);
cout<<"ACM"<<endl;
cout<<"IEEE"<<endl;
cout<<"SYSU"<<endl;
cout<<"LR"<<endl;
cout<<"N"<<endl;
return 0;
}