摘要: A 题: 暴力拼串然后输出就行了。 string s; signed main() { int n = read(), k = read(); for(int i = 1; i <= 26; i++) { for(int j = 1; j <= n; j++) { s += i + 'A' - 1; 阅读全文
posted @ 2022-06-25 21:58 TLE_Automation 阅读(36) 评论(5) 推荐(1)