程序员的总统梦(C++) 摘要:```cpp #include "iostream" #include "algorithm" #include "vector" using namespace std; int main…… 题解列表 2022年02月12日 0 点赞 0 评论 171 浏览 评分:0.0
程序员的总统梦 摘要:解题思路:蒙混过关注意事项:我是彩笔,仅限参考参考代码: while True: c = [] a=int(input()) if a==0: break e…… 题解列表 2023年02月02日 0 点赞 0 评论 108 浏览 评分:0.0
程序员的总统梦 摘要: #include //先将洲的数量除以2再加一获得一半以上的洲数量N/2+1 //再将洲的大小顺序从小到大排列,在从小的开始选取N/2+1个洲 //选取的洲每个洲…… 题解列表 2024年03月26日 0 点赞 0 评论 161 浏览 评分:9.9