Hello! It's a very intersting contest.
The reason might be as follow: a = list(map(int, input().split()))
We need to modify it into a = input().split()
A Common problem: TLE of test #12 in Hello 2025 with Python3
Hello! It's a very intersting contest.
The reason might be as follow: a = list(map(int, input().split()))
We need to modify it into a = input().split()