Search found 2 matches

by marius_siuram
Wed Nov 29, 2006 10:27 pm
Forum: Volume 5 (500-599)
Topic: 516 - Prime Land
Replies: 23
Views: 9340

mmmm wow, thanks. I see then, something weird is happening, and I didn't expect that type of problem (something with the endlines-code or similar). I'll fix that soon I hope.

Thanks a lot!
by marius_siuram
Sun Nov 19, 2006 11:41 pm
Forum: Volume 5 (500-599)
Topic: 516 - Prime Land
Replies: 23
Views: 9340

I tried with this test cases, with my own ones, and the examples and it seems to me that it runs well, but the judge says an WA.


#include <iostream>
#include <sstream>
#include <string>

#define MAXPRIME 181
#define MAXTERMS 30

using namespace std;

// these primes are the necessary ones (there ...

Go to advanced search