megu_99's blog

By megu_99, history, 5 hours ago, In English

Hello, so my code was detected as violating a violation, even though my code was originally purely my own, I spent about an hour finding ideas and then writing them into my code. Can someone give me solution for my problem or explain why this can be happened?

Contest : https://mirror.codeforces.com/contest/1992 My Submission : https://mirror.codeforces.com/contest/1992/submission/270021281

  • Vote: I like it
  • +2
  • Vote: I do not like it

»
5 hours ago, # |
  Vote: I like it 0 Vote: I do not like it

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

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

most probably, because somebody else wrote the same code and same variable name , that's why i always use weird variable names

»
4 hours ago, # |
  Vote: I like it +2 Vote: I do not like it

violating a violation is good, right?

»
3 hours ago, # |
  Vote: I like it 0 Vote: I do not like it

Did u use some kind of online compiler to write the code? I've read that some of them make it public. I don't remember the name exactly. Or maybe you pushed it to github during contest?