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 trying to submit in SQL but running into an error. The test wants the column type for 'res' to be integer, but integer in SQL only stores values between -2147483648 to 2147483647 and submit has numbers bigger than that. When using bigint it fails, and you cannot mix type.
done
This comment is hidden because it contains spoiler information about the solution
Sum all fibonnaci numbers less than the argument that are even
comprehension is part of the challenge? because I don't get it haha
Had so much trouble until I realized that cases have overflowing arithmetic with 32-bit integers
(„• ֊ •„) いい
каким-то блять чудом решил
Да, исключая самого n. Программа должна возвращать сумму всех чётных чисел в последовательности Фибоначчи, которые меньше чем n
аааа n это макс число до которого должен досигать числа фиб ?
бляя помоги переводчик хреново переводит надо найти сумму четных чисел или их количество?
Yes, it's a problem with your code. Sometimes you're adding a number greater than p there. Please mark your post as having spoiler content next time.
This comment is hidden because it contains spoiler information about the solution
Пока не перечитал комментарии вообще не понял почему тесты, проходил а Ката нет. Теперь понял. Спасибо. Интересно
Loading more items...