Search found 2 matches
- Sun Oct 09, 2011 4:56 pm
- Forum: Volume 1 (100-199)
- Topic: 143 - Orchard Trees
- Replies: 90
- Views: 24848
143 Orchard Trees, no TLE, but WA
Tried all test cases on this thread and passed them all. But somehow still getting WA. Below is my code: Removed after A/C Any form of assistance is greatly appreciated :) . EDIT: The problem states that the coordinates are given in the range of 0.00 to 100.00, therefore one could simply multiply by...
- Tue Sep 13, 2011 11:17 am
- Forum: Volume 1 (100-199)
- Topic: 148 - Anagram checker
- Replies: 31
- Views: 7462
Re: [148] WA - Clarifications.
3. No, there's just one test case. 1 & 2. I think you can use a word only as many times as it appears in the dictionary. But I'm not very sure, I've solved this problem long ago and my code is such a mess. Here are outputs of my program for your test cases: ZZXY ABC DEF = ACB DEF ZZXY SXZYTWQP ...