摘要: #1. [R1A]最大奇数 #include <bits/stdc++.h> using namespace std; int main() { ios::sync_with_stdio(false), cin.tie(nullptr); int n; cin >> n; int res = -1; 阅读全文
posted @ 2025-05-09 00:35 PHarr 阅读(123) 评论(0) 推荐(0)