摘要: 一.解题 1.Majestic 10 题意:几个大于十的,最水的,感觉 AC代码: #include<iostream>#define N 10using namespace std;int main(){ int n,i,a[N]; cin>>n; while(n--){ int count=0; 阅读全文
posted @ 2020-03-31 18:09 CHUNIN 阅读(179) 评论(0) 推荐(0)