Increasing time limit

Back to General discussions forum

BorlandTurboCPP     2016-08-13 08:42:53

Is it possible to increase time limit for executing code? It would be great if limited to the total time (for example, one hour per day), rather than the execution time of each program.

Mohamed Aziz     2016-08-13 09:21:30
User avatar

You could run your code on your own computer by copying the input (if you are trying to solve the Knapsack problem, you'd better use a DP solution)

Please login and solve 5 problems to be able to post at forum