摘要: A - Hamming Distance A题就是统计两个字符串不同的字符的数量,直接暴力就行。 #include<bits/stdc++.h> using namespace std; using ll = long long; void solve() { int n;cin >> n; str 阅读全文
posted @ 2025-04-01 18:55 林克还是克林 阅读(34) 评论(0) 推荐(0)