Please read the new rule regarding the restriction on the use of AI tools. ×

Time limit exceeded on test

Revision en2, by gealbermorales, 2021-08-22 04:37:43

Hello there guys, I'm new on the platform, so maybe this a known problem or maybe is a mistake made by myself. I'm currently submitting my solutions using Golang, and in three of these submissions I'm having Time limit exceeded on test. This is a common problem when your solution to the problem is very slow, but in my case, I don't think this is the problem. To prove my point I implemented the same algorithm that I was using in Golang, and implemented in Python, and it passed all the test without any problem related to Time limit exceeded on test. I'm inclined to think that there some problem with my Golang implementation, but I don't see the problem really. I will share both implementations in case you have an idea of what could be happening. The problem in which I'm having issues are * 1549B * 1557A * 1554C

These are my submissions, one in Golang, and the second one in Python. Both implement same algorithm but only the Python is accepted.

Golang

126657829

Python

126658409

If someone has an idea of what could be happening comment without any problem, maybe is a problem of my implementation in Golang. Here are the other two implementations for the other problems that I'm facing the same issue when I implement them in Golang:

126491002 126495204

Tags golang, #issue, #solved

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en4 English gealbermorales 2021-08-25 18:38:37 177
en3 English gealbermorales 2021-08-22 04:39:12 13 Tiny change: 'issues are \n1. [1549' -> 'issues are.\n\n1. [1549'
en2 English gealbermorales 2021-08-22 04:37:43 0 (published)
en1 English gealbermorales 2021-08-22 04:36:27 1532 Initial revision (saved to drafts)