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

Правка en1, от 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()

Теги tle, hello 2025

История

 
 
 
 
Правки
 
 
  Rev. Язык Кто Когда Δ Комментарий
en1 Английский chenzhigang00 2025-01-05 07:04:19 228 Initial revision (published)