1394: 永远的丰碑 摘要:解题思路:注意事项:参考代码:while True: try: a=list(map(int,input().strip().split())) if a[0] ==0: break …… 题解列表 2022年01月31日 0 点赞 0 评论 130 浏览 评分:0.0
永远的丰碑(用容器vector) 摘要: #include #include #include using namespace std; bool paixu(int s1, int s2) …… 题解列表 2022年02月12日 0 点赞 0 评论 382 浏览 评分:0.0
利用列表求得最大值 摘要:解题思路:注意事项:参考代码:while True: a=list(map(int,input().split())) if a==[0]: break a=a[1:]…… 题解列表 2022年04月06日 0 点赞 0 评论 133 浏览 评分:0.0
编写题解 1394: 永远的丰碑 摘要:解题思路:注意事项:参考代码:#include <stdio.h> #include <string.h> int main () { int n; while(~scanf ("%d"…… 题解列表 2022年12月20日 0 点赞 0 评论 203 浏览 评分:0.0