摘要: #include<iostream>using namespace std;int main(){ ios::sync_with_stdio(0); cin.tie(0); int n, i, j, t, x, flag = 0; cin >> n; int* arr = new int[n]; f 阅读全文
posted @ 2023-04-23 21:23 a_true 阅读(20) 评论(0) 推荐(0)