摘要: 1 #include 2 //#include // if want to use stringstream 3 using namespace std; 4 5 const int N=310; 6 7 struct node{ 8 string c; 9 bool has_c,can_has_c,bk,vis; 10 }a[N]; 11 str... 阅读全文
posted @ 2018-12-12 20:36 拦路雨偏似雪花 阅读(513) 评论(0) 推荐(0) 编辑