Skip to content

2396-strictly-palindromic-number

DevGod
DevGod
Vtuber
bool isStrictlyPalindromic(int n) {
return false;
}