diff --git a/carrots.py b/carrots.py new file mode 100644 index 0000000..22deff2 --- /dev/null +++ b/carrots.py @@ -0,0 +1,4 @@ +import sys + +_, p = sys.stdin.readline().split(' ') +print(p)