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 kata description could do a little bit of work so that its easier to understand.
The solution to this kata is wrong. It's evaluating the resolution for a screen of height y. This has nothing to do with aspect ratio.
Kata is not bad. you just need to think mathematically
Rounding to the nearest integer and rounding to the biggest near integer are not the same thing. In a python problem, you need to round the biggest near integer.
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
Answered by OP above, closing
OP solved it, closing
Approved
Scala translation
条件と 1 つの例に矛盾があります
Coffeescript approved
It says 16:9 and round up, what's misleading there?
The thing I could agree is misleading is the example in the description, I'd say it should be
498x280instead of500x280.task is misleading. we should return array [X, Y]. and use aspect ratio 16/9; not 1,77
and we shouldn't return rounded number to nearest interget, we return the biggest near integer.
i agree with you too!
Loading more items...