/
#include <iostream> int main() { int in; std::cin >> in; /* Call function here */ return 0; } bool isSymmetric(int x) { /* Put your code here */ }