Write a C++ program.
Do not include any library other than <iostream>,<iomanip>, <fstream> and or <cmath>
Q1. Cstring A palindrome is a word or number which reads the same backward as forward. For example, madam, abcdcba, and 120021 are all palindromes. Now given a string, if it has palindromic substrings, find all the palindromic substrings of this string (except for the palindromic substrings of length 1), sort them and output the largest one. For example, if the
OR
OR