I am trying to make a palindrome finder using a brute force approach to ironically test an algorithim i am using for a spoj classic.
Problem is, i have no idea why my code isn't working :D.
Thanks in advance.
i assumed that it's definition changed after i gave string t data.
i am guessing all i have to do is declare buffer1 after the input of string t.
thank you ^^