When I copy someone else's code and then submit the code it says "Wrong answer". But the same code says "Accepted" on the other's submission. Why does it happens?
# | User | Rating |
---|---|---|
1 | tourist | 3682 |
2 | ecnerwala | 3603 |
3 | Benq | 3549 |
4 | Radewoosh | 3494 |
5 | Petr | 3452 |
6 | ksun48 | 3413 |
7 | maroonrk | 3406 |
8 | Miracle03 | 3314 |
9 | scott_wu | 3313 |
10 | Um_nik | 3299 |
# | User | Contrib. |
---|---|---|
1 | 1-gon | 214 |
2 | Errichto | 189 |
3 | awoo | 188 |
4 | rng_58 | 187 |
5 | SecondThread | 186 |
6 | Um_nik | 179 |
7 | Ashishgup | 177 |
8 | maroonrk | 173 |
9 | vovuh | 172 |
9 | antontrygubO_o | 172 |
When I copy someone else's code and then submit the code it says "Wrong answer". But the same code says "Accepted" on the other's submission. Why does it happens?
Name |
---|
How somebody supposed to help without something more concrete? Something obvious reasons:
This question is too generic to provide an accurate answer. Some possible reasons include Undefined Behaviour and randomizations in the algorithm you copied.