From 92e35ecbfb5968c0a53c22e8fe86a385dd2aab21 Mon Sep 17 00:00:00 2001 From: Uvaish Zafri <35339873+uvaishzafri@users.noreply.github.com> Date: Wed, 2 Oct 2019 14:14:32 +0530 Subject: [PATCH] Update p1.py --- .../ACM-ICPC Asia-Amritapuri Onsite Replay Contest 2017/p1.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contests/ACM ICPC/ACM-ICPC Asia-Amritapuri Onsite Replay Contest 2017/p1.py b/Contests/ACM ICPC/ACM-ICPC Asia-Amritapuri Onsite Replay Contest 2017/p1.py index 16f14c5..1f197af 100755 --- a/Contests/ACM ICPC/ACM-ICPC Asia-Amritapuri Onsite Replay Contest 2017/p1.py +++ b/Contests/ACM ICPC/ACM-ICPC Asia-Amritapuri Onsite Replay Contest 2017/p1.py @@ -8,7 +8,7 @@ # * My Domain : http://harrypotter.tech/ * # ******************************************************************************************** # * -# */ +# */### from collections import Counter from math import ceil from fractions import gcd