Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- fun main() = (3712..8432).filter {
- it.toString(radix = 2).last() == it.toString(radix = 4).last() &&
- (it % 13 == 0 || it % 14 == 0 || it % 15 == 0)
- }.run { print("$size ${first()}") }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement