2023年9月2日

摘要: ## T1:[Full Moon](https://atcoder.jp/contests/abc318/tasks/abc318_a "Full Moon") 模拟 代码实现 ``` n, m, p = map(int, input().split()) ans = 0 i = m while i 阅读全文
posted @ 2023-09-02 23:33 V_Melville 阅读(33) 评论(0) 推荐(0)
 
摘要: ## T1:[Potions](https://atcoder.jp/contests/abc317/tasks/abc317_a "Potions") 模拟 代码实现 ``` n, h, x = map(int, input().split()) p = list(map(int, input() 阅读全文
posted @ 2023-09-02 00:24 V_Melville 阅读(34) 评论(0) 推荐(0)