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

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

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

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

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

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

»
4 года назад, скрыть # |
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.

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

Don't waste your time.

Go and solve some problems!!

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

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

Conclusion

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

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

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

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

»
4 года назад, скрыть # |
 
Проголосовать: нравится 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?

  • »
    »
    4 года назад, скрыть # ^ |
     
    Проголосовать: нравится 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.