cmake_minimum_required(VERSION 3.21) project(max_palindromic_number) set(CMAKE_CXX_STANDARD 14) add_executable(max_palindromic_number main.cpp)