Блог пользователя Vrutik_2809

Автор Vrutik_2809, история, 20 месяцев назад, По-английски

I was solving this problem. Although my solution is correct, i got TLE due to Java. My solution can be found here. But when i submitted the same solution in C++, it got accepted.

Can someone please help me out with how i can improve printing time in Java?

  • Проголосовать: нравится
  • 0
  • Проголосовать: не нравится

»
20 месяцев назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

you can use StringBuilder like this