摘要: A. Word Correction 模拟 点击查看代码 void solve() { int n; std::cin >> n; std::string s; std::cin >> s; std::string ans; auto check = [&](char c) -> bool { re 阅读全文
posted @ 2025-03-20 16:34 maburb 阅读(12) 评论(0) 推荐(0)