Veður - Lokaðar heiðar
This commit is contained in:
6
vedurheidar.py
Normal file
6
vedurheidar.py
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
v = int(input())
|
||||||
|
n = int(input())
|
||||||
|
|
||||||
|
for _ in range(n):
|
||||||
|
s, k = input().strip().split()
|
||||||
|
print(f"{s} {'opin' if int(k) >= v else 'lokud'}")
|
||||||
Reference in New Issue
Block a user