Is time taken by the interactor counted towards the running time of a contestant's submission?

Revision en1, by Shisuko, 2022-02-23 08:39:26

In an interactive problem that I plan on setting, the interactor will have to do some nontrivial amount of work (say ~500ms). This only happens once, at the start of the interaction. On the one hand, 500ms isn't that long, but on the other hand... it's not an insignificant amount either, and could feasibly make or break whether a solution is AC or TLE.

Does anyone know how the Time Limit of interactive problems is computed on Polygon/Codeforces?

Tags question, interactive, problem setting

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en1 English Shisuko 2022-02-23 08:39:26 550 Initial revision (published)