摘要: # A - To Be Saikyo ```cpp #include using namespace std; int main(){ ios::sync_with_stdio(0),cin.tie(0); int n; cin >> n; vector a(n); for( auto & i : 阅读全文
posted @ 2023-08-07 10:20 PHarr 阅读(13) 评论(0) 推荐(0) 编辑