PAT (Basic Level) 1033 旧键盘打字 (20 point(s))
摘要:
#include <bits/stdc++.h> using namespace std; int main() { string bad, good; getline(cin, bad); getline(cin, good); for(int i = 0; i < good.size(); i+ 阅读全文
posted @ 2021-08-25 22:56 Atl212 阅读(37) 评论(0) 推荐(0)
浙公网安备 33010602011771号