Блог пользователя pallav12

Автор pallav12, история, 5 лет назад, По-английски

I don't know if there's a better way to get the python submissions for a contest, but for this I wrote a small python utility that returns a set() of handles of member who submitted a particular problem in python.

Code
  • Проголосовать: нравится
  • +4
  • Проголосовать: не нравится

»
5 лет назад, скрыть # |
 
Проголосовать: нравится 0 Проголосовать: не нравится

you can set the Status Filter to get the python submission

»
5 лет назад, скрыть # |
 
Проголосовать: нравится 0 Проголосовать: не нравится

I use Python for the first few contests. As you may know, the TOP masters all use cpp and it is much faster. So maybe think in Python first and then 'translated' into cpp. After some time it will be easy to direct use cpp for contests.