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()]