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.
ASCII when u do a comparation betwen two char they count as they number on the ASCII table. :'( sorry for bad english
wtf HAHAHAHAHAHA idk what are u doing
Just go horse. <3
This comment is hidden because it contains spoiler information about the solution
i think on that and i make one that is
while (five > count){
for(int i = start; i <= end; i++){
if( (five % i == 0) && (ten % i != 0) ){
countfive += 1;
}
}
}
count - countfive. BUT DONT WORK IDK WHY.