题解列表
1331: 新三国争霸
摘要:```cpp
#include
#include
using namespace std;
int n,m,t,v,k,x,y,p,k1,k2,fa[301],f[51],d[51][51];……
1329: 合并傻子
摘要:```cpp
#include
#include
int max(int a,int b)
{
return a>b?a:b;
}
int min(int a,int b)
{……
感谢支持,谢谢你们的支持
摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;int main(){ double a,b,c; cin >>……
感谢支持,谢谢你们的支持
摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;int main(){ double x; cin >>x; i……
1164: 数组的距离
摘要:```c++
#include
int main()
{
int *p = nullptr;
int *q = nullptr;
int m, n;
c……
编写题解 2794: 求平均年龄
摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;int main(){ int n ; int sum=0 ; ……