Search found 1 match

by Alejandro
Fri Apr 23, 2004 12:47 pm
Forum: Volume 8 (800-899)
Topic: 808 - Bee Breeding
Replies: 19
Views: 13346

Why not solved??

This is my atempt for solving the problem. Could you tell me why (My answer for 10000 5 is also 59 )

#include <iostream>
#include <vector>
#include <math.h>
using namespace std;


int ciclo(int a);
int cero(int a, int c);

int main()
{
int a = 0;
int b = 0;
double dist;
vector<int> v;

do ...

Go to advanced search