Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
OP solved it, closing. Based on the error message, seems like you are trying to parse a non-digit character into integer
Should be fixed.
For C++
I passed all the fixed test but for random test I got expected-actual problem like:
Sometimes i received this error on random test:
Can someone help me how can i troubleshoot my code?
for throw exception you just need to type "throw VersionException("Error occured while parsing version!");"
because it already have built-in VersionException Class for tester. Means to submit you dont have to use try and catch block. I hope my explaination is clear, sorry for my broken english
Great idea, I hope i can have this good programming thinking like you