随笔分类 -  欧拉回路

【欧拉回路】P1341 无序字母对
摘要:1 #include<iostream> 2 #include<string> 3 #include<cstring> 4 #include<algorithm> 5 using namespace std; 6 7 bool edge[127][127]; 8 int n; 9 int h; 10 阅读全文
posted @ 2019-10-09 13:27 thjkhdf12 阅读(105) 评论(0) 推荐(0)