Please subscribe to the official Codeforces channel in Telegram via the link https://t.me/codeforces_official. ×

How to add new tests after the contest?

Revision en1, by moss3s, 2018-12-20 08:01:57

I solved 1084F - Max Mex in archive. As a result, my O(q·nlogn) (due to LCA in linear time) solution gets OK (but n = q = 200 000).

Of course, there is a simple test to get Θ(q·nlogn) and working time >10min.

Is there any way to add this test to the testing system? Does it make sense?

Tags tests, archive, testing system

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en1 English moss3s 2018-12-20 08:01:57 450 Initial revision (published)