pallav12's blog

By pallav12, history, 4 years ago, In English

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
  • Vote: I like it
  • +4
  • Vote: I do not like it

| Write comment?
»
4 years ago, # |
  Vote: I like it 0 Vote: I do not like it

you can set the Status Filter to get the python submission

  • »
    »
    4 years ago, # ^ |
      Vote: I like it 0 Vote: I do not like it

    Ohh i didn't knew this, Can u get all the python solutions of a problem? The point of this is that u can find top coders in python and reference from there code.

    • »
      »
      »
      4 years ago, # ^ |
        Vote: I like it 0 Vote: I do not like it

      Click the 'Problemset' of top bar. There have a solved number for each problem. Then, just click it, you will see the Filter

    • »
      »
      »
      4 years ago, # ^ |
        Vote: I like it 0 Vote: I do not like it

      Just add all the top python users into your friendlist. And go to standings to see their submissions.

»
4 years ago, # |
  Vote: I like it 0 Vote: I do not like it

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.