When I'm solving problems in practice section, and I keep getting WA/TLE on some case, I usually peek on the test case which I failed, so I can find the bug in my code, or realize my solution is wrong.
Should I keep doing it, or it ruins the practice? (So I won't get better if I use it)