摘要: A - Status Code 根据题意模拟即可 #include<bits/stdc++.h> using namespace std; using ll = long long; void solve() { int s;cin >> s; if(s>=200&&s<=299)cout <<"S 阅读全文
posted @ 2025-04-15 21:20 林克还是克林 阅读(7) 评论(0) 推荐(0)