摘要: A. Be Positive 模拟。 只需要把负数和零变为正即可。 点击查看代码 #include <bits/stdc++.h> using namespace std; using i64 = long long; void solve() { int n; cin >> n; int cnt[ 阅读全文
posted @ 2025-09-27 19:55 Ke_scholar 阅读(48) 评论(0) 推荐(0)