Search found 4 matches
- Fri Sep 21, 2007 11:03 am
- Forum: Volume 5 (500-599)
- Topic: 554 - Caesar Cypher
- Replies: 27
- Views: 11444
- Thu Aug 30, 2007 8:42 pm
- Forum: Volume 5 (500-599)
- Topic: 554 - Caesar Cypher
- Replies: 27
- Views: 11444
Hello there, I've come to a solution on the Ceasar's Cypher Problem and I keep getting WAs. I took care of the litle trick you guys mentioned so now in my solution, when there are linewraps I omit the leading blanks and in each line the 61st character is being wrapped. The 60th of each line is being...
- Thu Aug 30, 2007 2:05 pm
- Forum: Volume 1 (100-199)
- Topic: 107 - The Cat in the Hat
- Replies: 278
- Views: 26911
- Thu Aug 30, 2007 1:10 pm
- Forum: Volume 1 (100-199)
- Topic: 107 - The Cat in the Hat
- Replies: 278
- Views: 26911
I seem to get RTE too. Here is my code so if anybody sees something wrong, let me know guys! Thanks in advance! #include <stdlib.h> #include <iostream.h> #include <math.h> int main() { unsigned int initialCatsHeight; unsigned int nofWorkingCats; int upperLimit = 200; int allInputs[1000] [2]; int inp...