From 1f313f4ffec131309d181e0cd8440aac60b549f0 Mon Sep 17 00:00:00 2001 From: Vishal Upadhyay <33221212+VishalUpadhyay22@users.noreply.github.com> Date: Mon, 30 Oct 2017 21:20:44 +0530 Subject: [PATCH] Update Spoon in Matrix Codechef --- Spoon in Matrix Codechef | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Spoon in Matrix Codechef b/Spoon in Matrix Codechef index f80029f..c60dc33 100644 --- a/Spoon in Matrix Codechef +++ b/Spoon in Matrix Codechef @@ -1,4 +1,4 @@ -# https://www.codechef.com/problems/SPOON +# https://www.codechef.com/problems/SPOON happy day for _ in range(int(input())): r,c = [int(a) for a in input().split()]