摘要: A. Telephone Number #include <bits/stdc++.h> using namespace std; int T, N; string s; int main() { scanf("%d", &T); while(T --) { bool flag = true; sc 阅读全文
posted @ 2019-06-15 10:41 _Zlrrr 阅读(156) 评论(0) 推荐(0)