agrawal-d / cph

Makes judging, compiling, and downloading problems for competitive programming easy.
https://agrawal-d.github.io/cph
GNU General Public License v3.0
753 stars 118 forks source link

Always shows timed out . #411

Open safsfafafafa opened 4 months ago

safsfafafafa commented 4 months ago

image

timed out shows everytime i run a program but my code is alright there is no issue of time complexity in my program so the issue is with the extension so please fix it.

tesla59 commented 4 months ago

SIGTERM implies your process was killed by something else, most probably it timed out and was killed by cph. Do u mind sharing the code as well as the test case

AllenJYL commented 3 months ago

Exactly the same problem. Cannot be solved by reinstalling.

KishanThakor51103 commented 2 months ago

Please tell me how to solve this problem bcz I also got the same problem...

KishanThakor51103 commented 2 months ago

timed out shows everytime i run a program but my code is alright there is no issue of time complexity in my program so the issue is with the extension so please fix it. Are you fix it or not ??? please tell me...

KishanThakor51103 commented 2 months ago

SIGTERM implies your process was killed by something else, most probably it timed out and was killed by cph. Do u mind sharing the code as well as the test case

Please sir I also have the same problem please can you tell me how to fix it???

imeanup commented 2 weeks ago

This is related to your code optimization, not with the CPH extension. Try to run the output in Terminal and you will find one or another error.

It may be possible that my persumption is incorrect, then share your code, problem link and screenshot of the terminal error here. Some good hearted soul will check and update you accordingly.