摘要: 占位符不要用%#*^之类的,测试点5和7会被卡 #include <bits/stdc++.h> using namespace std; void print(string s) { for(auto si : s) if(si == '{') cout << "<censored>"; else 阅读全文
posted @ 2024-09-04 19:20 Frodnx 阅读(134) 评论(0) 推荐(0)