Search found 2 matches
- Fri Jun 21, 2013 1:23 pm
- Forum: Volume 112 (11200-11299)
- Topic: 11221 - Magic square palindromes.
- Replies: 58
- Views: 30628
Re: 11221 - Magic square palindromes
Right you are, I wasn't identifying magic squares correctly. It's unfortunate that there's not a test case that is a palindrome but isn't a magic square palindrome.
- Wed Jun 19, 2013 10:09 am
- Forum: Volume 112 (11200-11299)
- Topic: 11221 - Magic square palindromes.
- Replies: 58
- Views: 30628
Re: 11221 - Magic square palindromes
No, I think kirasan is right. I spent far too long on this problem (you can see in the uHunt submission history) only to find that you get WA if you check for magic square palindromes, but you get AC if you only check that the input string is palindromic.
A separate issue: for some reason I get WA ...
A separate issue: for some reason I get WA ...