Loading

摘要: 1 #include 2 3 using namespace std; 4 5 int main() 6 { 7 int n,c = 0,m; 8 cin>>n>>m; 9 string s; 10 while(n--) 11 { 12 cin>>s; 13 c = 0; 14 ... 阅读全文
posted @ 2018-10-19 21:40 拾月凄辰 阅读(274) 评论(0) 推荐(0)