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

Автор leonlian, история, 19 месяцев назад, По-английски
  • Проголосовать: нравится
  • +55
  • Проголосовать: не нравится

»
19 месяцев назад, # |
  Проголосовать: нравится +4 Проголосовать: не нравится

Cheating really needs to stop, it takes the fun out of the contest for everyone participating

»
19 месяцев назад, # |
  Проголосовать: нравится +5 Проголосовать: не нравится

You should consider those Python 3 and PyPy3 submissions as well, there will be more

»
19 месяцев назад, # |
Rev. 3   Проголосовать: нравится -11 Проголосовать: не нравится
a,b,c,s=[[0]*10000,[0]*1001,[0]*1001,0]

well they're definitely identical, even judging from this alone. why? while a lot of people do put a marginal part in their arrays to prevent an out-of-bounds error, how they do it is part of their codestyle. when adding a margin on a size $$$100000$$$ array, some do it as $$$101010$$$, others do it as $$$100005$$$, some even $$$2^{17}$$$. it really differs based on one's codestyle, and it can't be more identical than THIS.

»
19 месяцев назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

Don't waste your time.

Go and solve some problems!!

  • »
    »
    19 месяцев назад, # ^ |
      Проголосовать: нравится +21 Проголосовать: не нравится

    I don't think guy is wasting their time rather that helps the community.

»
19 месяцев назад, # |
  Проголосовать: нравится +5 Проголосовать: не нравится

I concluded a few things, and I'm sure of that.

Conclusion

»
19 месяцев назад, # |
  Проголосовать: нравится +2 Проголосовать: не нравится

You did a great job bro !!! We need people like you.