题解列表

筛选

P1078 (C++代码)

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

P1067 (C++代码)

摘要:解题思路:注意事项:参考代码:#include<iostream> #include<cmath> using namespace std; int num[1010];//每个人的身高  i……

P1060 (C++代码)

摘要:解题思路:注意事项:参考代码:一开始编了个程序,不知咋的指针越界。正确程序:#include<iostream> #include<cstring> #include<cmath> #inclu……

P1059 (C++代码)

摘要:解题思路:注意事项:参考代码:#include<iostream> #include<algorithm> #include<algorithm> #include<stdio.h> #inc……

P1058 (C++代码)

摘要:解题思路:注意事项:参考代码:宏伟的程序,我自己看的都头疼:#include <iostream> #define maxn 50 using namespace std; int n,m; ……

P1038 (C++代码)

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

P1055 (C++代码)

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

P1052 (C++代码)

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

P1051 (C++代码)

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