I've checked against all posted patterns, and I haven't found any problems. What gives here?
[cpp]
#include <iostream>
#include <stdio.h>
using std::cin;
int main () {
unsigned char buffer[1028];
unsigned int modulus = 34943;
while(!cin.eof()) {
cin.getline((char *) buffer,1028,'\n');
if ...
Search found 3 matches
- Thu Feb 13, 2003 8:17 am
- Forum: Volume 1 (100-199)
- Topic: 128 - Software CRC
- Replies: 62
- Views: 14605
- Sat Feb 08, 2003 9:07 pm
- Forum: Other words
- Topic: questions about Feb 8,2003 contest
- Replies: 6
- Views: 2980
- Sat Feb 08, 2003 7:14 pm
- Forum: Other words
- Topic: questions about Feb 8,2003 contest
- Replies: 6
- Views: 2980
questions about Feb 8,2003 contest
I didn't find a better place to post this, so....
This was my first programming contest. It started at 1AM my time,
so I was a bit tired, but it was fun nonetheless.
Here are 3 that I got WA on and my algorithm. If someone finds
a hole in my algorithm or has some tricky input, let me know.
World ...
This was my first programming contest. It started at 1AM my time,
so I was a bit tired, but it was fun nonetheless.
Here are 3 that I got WA on and my algorithm. If someone finds
a hole in my algorithm or has some tricky input, let me know.
World ...