Post #558431
2026-03-05 23:31 UTC
a positive integer n is palindromic iff one of the following is true
- 1 <= n <= 9
- n < 100 and n mod 11 ≡ 0
- floor(n - floor(n / floor(log_10(n)-1) * 10^floor(log_10(n))) / 10) is palindromic
Replies (1)
-
@monorail@glaceon.social 2026-03-05 23:31
i thiiiink this works