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

I need help understanding why I am getting TLE on a problem using Go while using C++ I get AC

Revision en1, by beastmachine, 2022-06-03 08:14:22

I need help understanding why I am getting TLE on a problem using Go while using C++ I get AC

I have tried writing the same solution in C++ and it passes

The problem

709A - Juicer Problem Link

My C++ Submission

159308071

My GO Submission

159307698

The contest is

AIM Tech Round 3 (Div. 2) Contest link

Tags implementation

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en1 English beastmachine 2022-06-03 08:14:22 624 Initial revision (published)