palindrome.cpp: In function 'void Sort()':
palindrome.cpp:13:15: warning: comparison of integer expressions of different signedness: 'long long int' and 'std::vector<std::pair<std::pair<long long int, long long int>, long long int> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
13 | for(int i=0;i<p.size();i++){
| ~^~~~~~~~~
palindrome.cpp:18:16: warning: comparison of integer expressions of different signedness: 'long long int' and 'std::vector<std::pair<std::pair<long long int, long long int>, long long int> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
18 | for(int j=0;j<c[i].size();j++){
| ~^~~~~~~~~~~~
palindrome.cpp:23:15: warning: comparison of integer expressions of different signedness: 'long long int' and 'std::vector<std::pair<std::pair<long long int, long long int>, long long int> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
23 | for(int i=0;i<p.size();i++){
| ~^~~~~~~~~
palindrome.cpp:28:16: warning: comparison of integer expressions of different signedness: 'long long int' and 'std::vector<std::pair<std::pair<long long int, long long int>, long long int> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
28 | for(int j=0;j<c[i].size();j++){
| ~^~~~~~~~~~~~
palindrome.cpp: At global scope:
palindrome.cpp:47:2: warning: ISO C++ forbids declaration of 'main' with no type [-Wreturn-type]
47 | main(){
| ^~~~
palindrome.cpp: In function 'int main()':
palindrome.cpp:58:15: warning: comparison of integer expressions of different signedness: 'long long int' and 'std::vector<std::pair<long long int, long long int> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
58 | for(int i=0;i<x.size();i++){
| ~^~~~~~~~~
palindrome.cpp:70:16: warning: comparison of integer expressions of different signedness: 'long long int' and 'std::vector<std::pair<std::pair<long long int, long long int>, long long int> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
70 | for(int j=0;j<p.size();j++){
| ~^~~~~~~~~