Solving for Carrots

This commit is contained in:
2022-05-13 21:37:38 +02:00
parent 753f3c83fe
commit 05152f47f0

4
carrots.py Normal file
View File

@@ -0,0 +1,4 @@
import sys
_, p = sys.stdin.readline().split(' ')
print(p)