Пожалуйста, прочтите новое правило об ограничении использования AI-инструментов. ×

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

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

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

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

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

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

»
2 года назад, # |
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.

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

Don't waste your time.

Go and solve some problems!!

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

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

    • »
      »
      »
      2 года назад, # ^ |
      Rev. 2   Проголосовать: нравится 0 Проголосовать: не нравится

      Yeaahh he suffering for us.

      But i don't want him to get in these thing which waste too much time instead he can solve some problems to get higher rating in next contests.

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

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

Conclusion

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

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

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

Auto comment: topic has been updated by leonlian (previous revision, new revision, compare).

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

Cheating is not interesting!I really don't know why they're proud of copying others' code to get Accepted.Cheaters,if you are really good at computer programming,write it by yourself!Who don't know how to copy and paste others' code on the Internet?

  • »
    »
    2 года назад, # ^ |
      Проголосовать: нравится 0 Проголосовать: не нравится

    I agree. People like to cheat because they want to see their rating go up, this is similar to chess, where people cheat just to gain rating. I can’t quite understand it, because rating is not as important as your coding skill.