How to make IOI-style "implement this function" problems in Polygon? Can it be done in Python?

Правка en1, от Shisuko, 2024-11-17 13:07:26

In particular, ideally I would like to know how to do it "properly" such that if I ask them to implement two functions, then these two functions should not be able to send information to each other (such as through globals, for example)

Is this even possible in Python?

Thank you!

История

 
 
 
 
Правки
 
 
  Rev. Язык Кто Когда Δ Комментарий
en1 Английский Shisuko 2024-11-17 13:07:26 381 Initial revision (published)