Back to General discussions forum
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.
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)