摘要: B: #include <bits/stdc++.h> using namespace std; int a[10]; int main(){ for(int i = 0; i < 10; i++) { a[i] = 2021; } int ans = 1; while(true){ int x = 阅读全文
posted @ 2022-03-02 15:36 荣荣荣荣荣荣 阅读(42) 评论(0) 推荐(0)