|
|
|
|
|
by Gollapalli
1335 days ago
|
|
Does your bugfix problem actually test said code? Or does it just look for a specific change to be made, because I'm reasonably certain I input multiple correct solutions and they were all marked as having not solved the problem. |
|
Any change that doesn't compile (bad syntax) or fails the tests is rejected. Code that produces deadlock or panic or timeout is also rejected.
If you give me an example of a rejected solution, I'll show you why the solution wrong.