restructure zeta/** to storage/zeta/**
This commit is contained in:
3
storage/zeta/py/completed/25304.py
Normal file
3
storage/zeta/py/completed/25304.py
Normal file
@@ -0,0 +1,3 @@
|
||||
X, N = int(input()), int(input())
|
||||
mul = lambda x: x[0] * x[1]
|
||||
print("Yes") if sum(mul(list(map(int, input().split()))) for _ in range(N)) == X else print("No")
|
||||
Reference in New Issue
Block a user