摘要: T1:Echo 模拟 代码实现 n = int(input()) s = input() ans = '' for c in s: ans += c+c print(ans) T2:Base 2 C++ 中 long long 最大为 \(2^{63}-1\),unsigned long long 阅读全文