I am a beginner. I have started coding in Topcoder. Now in arena after selecting a Div-2 200 point problem I submit it after 10 min. Then it says "submitting for 200 pt"
. Now I got somewhat 163 points. SO not fully correct. Now I again look into my code and got some corner cases where my code would fail. I modify it. Then I resubmit. It is then 10% reduced. Says "submiiting for 180 points"
. Now I got 179.99
points. Again not fully correct. So my question is
- How to know the whether my program passed all test cases?
- Is there any way I can do it in a wy such that there is no time-point things? I just want to practice.
Thanks in advance.