Solving the problem WIERD FUNCTION (Problem Code - WEIRDFN). It is showing TLE in my JAVA Code but got accepted with same logic and implementation in cpp.
Here Link to my Java Code - https://ideone.com/YAdoQl1
For CPP - https://ideone.com/XUydpj1
Please Help and increase the time limit for Java
Same Solution Accepting on Codechef Platform - https://www.codechef.com/viewsolution/279267732
I faced tle issue in the problem RPLA(Answer the boss)
I got tle using java (link-https://ideone.com/l9tEzU)
but ac using the same logic in c++(link-https://ideone.com/tfBkG41)
i sincerely hope that you can look into the matter and adjust the time limit accordingly
I am not sure why all other platforms work very well with jvm (java, kotlin), python while only spoj cannot?
Is there something wrong with spoj’s infrastructure in general?
Why not just giving a big enough memory and timeout in general to all solutions and if the solution is slow, just tell the users smt like “90% of submissions using your language are faster than your solution”.