Search found 2 matches
- Thu Apr 01, 2004 7:35 pm
- Forum: Volume 103 (10300-10399)
- Topic: 10393 - The One-Handed Typist
- Replies: 40
- Views: 12104
10393 - The one-handed typist
Anybody knows why this code gives WA? It seems to work in every case I thought, it counts the words without repetition, the output is sorted... Any help or any test case where this fails? [cpp] #include <iostream> #include <string> #include <sstream> #include <set> bool letras[128]; bool correcta(st...
- Tue Mar 30, 2004 11:38 am
- Forum: Volume 104 (10400-10499)
- Topic: 10406 - Cutting tabletops
- Replies: 11
- Views: 5891
10406 - Cutting tabletops
Anybody has an idea how to do problem 10406? I don't know where to begin.
Any help would be appreciated.
Any help would be appreciated.