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.
I'm fairly certain that I have written faulty code, but what part of my code needs fixing I'm clueless about. Thanks for the input Though :)
main.cpp:36:1: warning: control may reach end of non-void function [-Wreturn-type]
}
^
main.cpp:57:6: error: unknown type name 'lon'; did you mean 'long'?
}lon
^~~
long
main.cpp:58:1: error: expected member name or ';' after declaration specifiers
};
^
1 warning and 2 errors generated.
what?