Loading

摘要: 1 #include <iostream> 2 #include <stdio.h> 3 #include <algorithm> 4 5 using namespace std; 6 7 int dp[105][105]; 8 9 int main() 10 { 11 string s1, s2; 阅读全文
posted @ 2019-06-29 11:58 拾月凄辰 阅读(106) 评论(0) 推荐(0)
摘要: 1 #include 2 #include 3 #include 4 5 using namespace std; 6 7 int list[105]; 8 int dp1[105]; 9 int dp2[105]; 10 11 12 int main() 13 { 14 int n; 15 while(cin >> n) 16 ... 阅读全文
posted @ 2019-06-29 08:46 拾月凄辰 阅读(255) 评论(0) 推荐(0)