Determine the New Cody Time-Out Time
Consume the Maximum Possible Time without Timing out.
Score: 60 (sec) - Time (sec) consumed
Cody Times out for infinite loops and where total processing takes over 60 seconds.
It appears that pause is no longer allowed.
Solution Stats
Problem Comments
1 Comment
Solution Comments
Show comments
Loading...
Problem Recent Solvers36
Suggested Problems
-
Back to basics 2 - Function Path
185 Solvers
-
797 Solvers
-
What is the distance from point P(x,y) to the line Ax + By + C = 0?
560 Solvers
-
Sum of first n terms of a harmonic progression
520 Solvers
-
103 Solvers
More from this Author306
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
It seems the current timeout for Cody is almost 50 seconds. And we can still use pause, but limited to a maximum of 2 seconds at each call.