题解列表

筛选

P1047 (C++代码)

摘要:解题思路:注意事项:参考代码:#include<iostream> #include<cstring> #include<memory.h> using namespace std; char……

P1048 (C++代码)

摘要:解题思路:注意事项:参考代码:#include<iostream> #include<cstdio> #include<climits> #include<algorithm> #includ……

P1049 (C++代码)

摘要:解题思路:注意事项:参考代码:#include<iostream> #include<cstdio> #include<cstdlib> #include<cmath> #include<ct……

P1051 (C++代码)

摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h> using namespace std; const int maxn = 320; int f[maxn][max……

P1052 (C++代码)

摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h> using namespace std; const int maxn=6e3+10; int n; int dp……

P1055 (C++代码)

摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>   using namespace std;   #define maxn 1000+5   #define IN……

P1038 (C++代码)

摘要:解题思路:注意事项:参考代码:#include <cstdio> #include <cmath> #include <iostream> using namespace std; int n……