A Common problem: TLE of test #12 in Hello 2025 with Python3

Revision en1, by chenzhigang00, 2025-01-05 07:04:19

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

Tags tle, hello 2025

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en1 English chenzhigang00 2025-01-05 07:04:19 228 Initial revision (published)