boj step 3 rework
This commit is contained in:
3
zeta_python/completed/25304.py
Normal file
3
zeta_python/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")
|
||||
2
zeta_python/completed/25314.py
Normal file
2
zeta_python/completed/25314.py
Normal file
@@ -0,0 +1,2 @@
|
||||
N = int(input())
|
||||
print("long " * (N // 4) + "int")
|
||||
Reference in New Issue
Block a user