07 2023 档案

ABC312
摘要:## T1:[Chord](https://atcoder.jp/contests/abc312/tasks/abc312_a "Chord") 模拟 代码实现 ``` s = input() if s in 'ACE, BDF, CEG, DFA, EGB, FAC, GBD': print('Y 阅读全文
posted @ 2023-07-29 23:38 V_Melville 阅读(36) 评论(0) 推荐(0) 编辑
ABC308
摘要:## T1:[New Scheme](https://atcoder.jp/contests/abc308/tasks/abc308_a "New Scheme") 模拟 代码实现 ``` def solve(): s = list(map(int, input().split())) for i 阅读全文
posted @ 2023-07-29 18:36 V_Melville 阅读(16) 评论(0) 推荐(0) 编辑
ABC311
摘要:## T1:[First ABC](https://atcoder.jp/contests/abc311/tasks/abc311_a "First ABC") 模拟 代码实现 ``` n = int(input()) s = input() A = B = C = False for i in r 阅读全文
posted @ 2023-07-24 14:05 V_Melville 阅读(12) 评论(0) 推荐(0) 编辑
ABC307
摘要:## T1:[Weekly Records](https://atcoder.jp/contests/abc307/tasks/abc307_a "Weekly Records") 模拟 代码实现 ``` n = int(input()) a = list(map(int, input().spli 阅读全文
posted @ 2023-07-18 23:57 V_Melville 阅读(22) 评论(0) 推荐(0) 编辑
ABC310
摘要:## T1:[Order Something Else](https://atcoder.jp/contests/abc310/tasks/abc310_a) 模拟 代码实现 ``` n, p, q = map(int, input().split()) d = list(map(int, inpu 阅读全文
posted @ 2023-07-17 12:54 V_Melville 阅读(24) 评论(0) 推荐(0) 编辑
ABC309
摘要:## T1:[Nine](https://atcoder.jp/contests/abc309/tasks/abc309_a) 当 A+1=BA%3=1 时,说明 AB 相邻 代码实现 ``` a, b = map(int, input().split()) 阅读全文
posted @ 2023-07-08 23:44 V_Melville 阅读(34) 评论(0) 推荐(0) 编辑

 
点击右上角即可分享
微信分享提示