Search found 4 matches
- Sat Oct 04, 2003 1:50 am
- Forum: Volume 6 (600-699)
- Topic: 630 - Anagrams (II)
- Replies: 25
- Views: 7032
630 - Wrong Answer
I am getting a "Wrong Answer" for this solution. I realize that this is a multiple input problem, and I assume that I'm handling that correctly. Does anyone have some sample I/O that could possibly break this code? [cpp] // 630 - Anagrams (II) #include <stdio.h> #include <string.h> #includ...
- Fri Oct 03, 2003 6:14 am
- Forum: Volume 4 (400-499)
- Topic: 454 - Anagrams
- Replies: 97
- Views: 23546
Nevermind, after experimenting with something, I got an accepted (With PE). I wrapped my everything after and including my while loop in main inside of a [cpp] while (!feof(stdin)) { i = 1; // rest of code went here } [/cpp] Nowhere in the problem does it state that their will be multiple lists of a...
- Fri Oct 03, 2003 5:53 am
- Forum: Volume 4 (400-499)
- Topic: 454 - Anagrams
- Replies: 97
- Views: 23546
Nevermind, after experimenting with something, I got an accepted (With PE). I wrapped my everything after and including my while loop in main inside of a [cpp] while (!feof(stdin)) { i = 1; // rest of code went here } [/cpp] Nowhere in the problem does it state that their will be multiple lists of a...
- Fri Oct 03, 2003 5:47 am
- Forum: Volume 4 (400-499)
- Topic: 454 - Anagrams
- Replies: 97
- Views: 23546