摘要: 简单题 细心最重要,多自测几组数据,静态查错保证正确率 #include<bits/stdc++.h> using namespace std; int a[2005]={0}; int main() { int n,cnt=0; //ios::sync_with_stdio(false);cin. 阅读全文
posted @ 2020-03-07 23:54 aq_seabiscuit 阅读(97) 评论(0) 推荐(0) 编辑