We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
Project Euler #36: Double-base palindromes
Project Euler #36: Double-base palindromes
Sort by
recency
|
26 Discussions
|
Please Login in order to post a comment
100% working C programming
include
include
include
include
include
include
include
include
void to_base(int n, int k, char *result) {
}
int is_palindroms(const char *str) {
}
int main() {
}
Solution without modulo convertion | Java 100p
100 points.
JAva Code
here is my c# 100 ponits solution