摘要: http://poj.org/problem?id=1661 #include<iostream> #include<cstdio> #include<cstdlib> #include<cstring> #include<algorithm> using namespace std; #defin 阅读全文
posted @ 2021-09-14 18:01 katago 阅读(33) 评论(0) 推荐(0)
摘要: #include<iostream> using namespace std; #define MAX_N 100 int N; int b[MAX_N + 10]; int aMaxLen[MAX_N + 10]; int r[MAX_N + 10];//记录路径 /* 7 1 7 3 5 9 4 阅读全文
posted @ 2021-09-14 10:55 katago 阅读(36) 评论(0) 推荐(0)