摘要: A. Sum 找到最大值即可 #include<bits/stdc++.h> using namespace std; int read(){ int x = 0 , f = 1 , ch = getchar(); while( (ch < '0' || ch > '9') && ch != '-' 阅读全文
posted @ 2022-11-08 16:59 PHarr 阅读(20) 评论(0) 推荐(0) 编辑
摘要: A - Find Takahashi 找到序列中最高的数存在的位置 #include<bits/stdc++.h> using namespace std; int read() { int x = 0, f = 1, ch = getchar(); while ((ch < '0' || ch > 阅读全文
posted @ 2022-11-08 13:15 PHarr 阅读(37) 评论(0) 推荐(0) 编辑