摘要:
A. Sum 找到最大值即可 #include<bits/stdc++.h> using namespace std; int read(){ int x = 0 , f = 1 , ch = getchar(); while( (ch < '0' || ch > '9') && ch != '-' 阅读全文
摘要:
A - Find Takahashi 找到序列中最高的数存在的位置 #include<bits/stdc++.h> using namespace std; int read() { int x = 0, f = 1, ch = getchar(); while ((ch < '0' || ch > 阅读全文