摘要:
A. Exponential Plant 模拟 代码实现 h = int(input()) now, day = 0, 0 while now <= h: now += 1<<day day += 1 print(day) B. AtCoder Janken 2 模拟 代码实现 #include < 阅读全文
posted @ 2024-05-18 23:47
V_Melville
阅读(60)
评论(0)
推荐(0)
浙公网安备 33010602011771号