摘要: 继续水 1 #include 2 #include 3 #include 4 #include 5 using namespace std; 6 7 char f[30]; 8 char st[100]; 9 10 int main()11 {12 gets(f);13 g... 阅读全文
posted @ 2015-02-21 09:19 chenjunjie1994 阅读(119) 评论(0) 推荐(0) 编辑