c#include <bits/stdc++.h> using namespace std; bool isPalindrome(string str){ int size = str.size(); for(int i = 0; i < size / 2; i++){
#include <bits/stdc++.h> using namespace std; bool isPalindrome(string str){ int size = str.size(); for(int i = 0; i < size / 2; i++){