摘要: 携程2025.8.26秋招笔试题解 t1 签到题,手动模拟 python代码 import sys def main(): n = int(input().strip()) cur = 0 num = 0 while True: s = str(num) if cur + len(s) >= n: 阅读全文
posted @ 2025-08-26 00:34 Gold_stein 阅读(57) 评论(0) 推荐(0)