Search found 2 matches

by Tine
Fri Nov 10, 2006 5:37 pm
Forum: Volume 2 (200-299)
Topic: 294 - Divisors
Replies: 91
Views: 39551

Yeah, that was my problem

Thank you!
by Tine
Thu Nov 09, 2006 12:03 pm
Forum: Volume 2 (200-299)
Topic: 294 - Divisors
Replies: 91
Views: 39551

294 - WA

Hi..

I can't figure which input data gives me the WA. Everything I try gives me a correct answer. Am I missing something?


#include<stdio.h>
#include<vector>
#include<math.h>

using namespace std;

#define F 1000000000
#define N ((long) sqrt(F))
#define SQRTN ((long) sqrt(N))

vector<int ...

Go to advanced search