摘要: 1 #include 2 #include 3 #include 4 #include 5 using namespace std; 6 struct node//边 7 { 8 int a, b;//顶点 9 char ch;//运算符 10 }c[10005]; 11 vectormap[10005]... 阅读全文
posted @ 2017-09-02 18:55 ouyang_wsgwz 阅读(115) 评论(0) 推荐(0) 编辑