摘要: T1:Capitalized? 模拟 代码实现 s = input() if s.istitle(): print('Yes') else: print('No') T2:Frequency 模拟 代码实现 #include <bits/stdc++.h> using namespace std; 阅读全文