diff --git a/Contests/College Contests/NITD Code Golf/p1.py b/Contests/College Contests/NITD Code Golf/p1.py index 9075d17..833a273 100755 --- a/Contests/College Contests/NITD Code Golf/p1.py +++ b/Contests/College Contests/NITD Code Golf/p1.py @@ -1,4 +1,4 @@ -def readInts(): +def readInts():#start return list(map(int, raw_input().strip().split())) def readInt(): return int(raw_input())