dj3500 / hightail

MIT License
271 stars 145 forks source link

Allow change of time limit of multiple test cases #95

Open lancehaoh opened 7 years ago

lancehaoh commented 7 years ago

Is it possible to allow users to change the time limit for multiple test cases at one time instead of manually clicking and changing each one?

dj3500 commented 6 years ago

Yes, probably the time limit should be a property of a problem, not of a testcase. Then also newly added testcases would inherit the correct TL for the problem, instead of the standard 3s. Also see this comment on CF: http://codeforces.com/blog/entry/13141?#comment-406278