比赛 | 20150711暑期B班 | 评测结果 | C |
---|---|---|---|
题目名称 | 单词缩写 | 最终得分 | 0 |
用户昵称 | NVIDIA | 运行时间 | 0.000 s |
代码语言 | C++ | 内存使用 | 0.00 MiB |
提交时间 | 2015-07-11 11:29:05 | ||
#include<cstdio> #include<iostream> #include<string> #define t 1 #define f 0 int main() { freopen("abbreviation.in","r",stdin); freopen("abbreviation.out","w",stdout); int i=0,j=0,begain=t; char sh[998][998]; int T=0,a=0; char c; scanf("%d%c",&T&c); while(T) { //没写完,这是前半部分思路