1329: 合并傻子 摘要:```cpp #include #include int max(int a,int b) { return a>b?a:b; } int min(int a,int b) {…… 题解列表 2023年06月17日 0 点赞 0 评论 211 浏览 评分:9.9
P1062 (C++代码) 摘要:解题思路:注意事项:参考代码:#include<cstdio> #include<cstring> #define max(u,v) u>v ? u:v #define min(u,…… 题解列表 2018年03月06日 2 点赞 0 评论 889 浏览 评分:9.0
少年 无爱可破情局 无情方可破全局 摘要:解题思路:注意事项:参考代码:#include"bits/stdc++.h" using namespace std; // 定义全局变量 int n, m, a[110], sum[110];…… 题解列表 2024年12月21日 0 点赞 0 评论 60 浏览 评分:0.0