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.
the problem is the initial reference solution was wrong
I've been doing it for two days... It broke something inside of me
Mine doesn't work as well
-Can I have a perfectly optimized and concise code?
-We have a perfectly optimized and concise code at home.
Perfectly optimized and concise code at home:
As it turns out, you can use ASCII values....
if (a[i][j] != ' ')
num += a[i][j] - 'a' + 1;
But this is not as fun