This commit is contained in:
2023-07-02 21:37:57 +02:00
parent 229d6a72d5
commit a729a282f1

2
railroad2.py Normal file
View File

@@ -0,0 +1,2 @@
x, y = map(int, input().split())
print("possible" if y % 2 == 0 else "impossible")