A - Falling Asleep
Brechen Sie in 4 Minuten durch. Schreiben Sie einfach.
N = int(input()) total = 0 p = 0 d = {} for _ in range(N): s, t = input().split() t = int(t) total += t d[s] = total print(total - d[input()])
B - Fusing Slimes
Besiegt.
Recommended Posts