While inputting ensure using input().strip()
admins - ensure the test case is fixed
the test case contains an \r\n (probably because the test case maker used windows) which is not autostripped unline \n
While inputting ensure using input().strip()
admins - ensure the test case is fixed
the test case contains an \r\n (probably because the test case maker used windows) which is not autostripped unline \n