Пожалуйста, прочтите новое правило об ограничении использования AI-инструментов. ×

Update: Fast I/O in Java? Help

Правка en3, от pmtotheam, 2020-06-28 12:32:50

Hi guys. So I am solving this problem below in JAVA but I keep getting TLE for few testcases. I think it is related to slow I/O and so I tried different method for fast I/O but it is not working. Is there something else I can do here?

Problem: https://cses.fi/problemset/task/1723/

My Submission: https://ideone.com/zbuoA5

Update

My New Submission: https://ideone.com/pW5N7u

After looking all the comments, I tried to come up with the above code but it still gives TLE for 2 TCs. (In my previous submission, I got TLE for 6 TCs).

Is there any way to solve this question in JAVA?

История

 
 
 
 
Правки
 
 
  Rev. Язык Кто Когда Δ Комментарий
en4 Английский pmtotheam 2020-06-28 12:33:42 29
en3 Английский pmtotheam 2020-06-28 12:32:50 303
en2 Английский pmtotheam 2020-06-27 19:02:25 4
en1 Английский pmtotheam 2020-06-27 19:01:40 423 Initial revision (published)