2020年4月5日
摘要:
A Majestic 10 就是判断比十大的数字的个数。签到提 #include<bits/stdc++.h> using namespace std; int main() { int n; cin>>n; while(n--) { int cnt = 0,a[3]; cin>>a[0]>>a[1 阅读全文
posted @ 2020-04-05 21:42
发际线跟我作对
阅读(55)
评论(0)
推荐(0)