摘要: https://codeforces.com/gym/105481 A 爱上字典 模拟。 #include <bits/stdc++.h> using namespace std; #define endl '\n' void solve() { string s; getline(cin, s); 阅读全文
posted @ 2025-01-28 23:01 clockleaf 阅读(64) 评论(0) 推荐(0)