Re: 134 Loglan Logical Language
Posted: Wed Jun 30, 2010 9:02 am
I got accepted by
1. Passing all the above test cases by cplusplus
2. Remembering that the definition of name is any word that is not ended with a vowel
3. Discarding any characters after the period (don't know whether it is compulsory)
4. Ignoring the extra space between the words
I got WA several times for missing point 2 (the test cases posted by cplusplus does not include the testing of invalid names)
Hope it helps
1. Passing all the above test cases by cplusplus
2. Remembering that the definition of name is any word that is not ended with a vowel
3. Discarding any characters after the period (don't know whether it is compulsory)
4. Ignoring the extra space between the words
I got WA several times for missing point 2 (the test cases posted by cplusplus does not include the testing of invalid names)
Hope it helps