Search found 2 matches

by mikeboulos
Wed Jul 06, 2005 10:03 pm
Forum: Volume 1 (100-199)
Topic: 136 - Ugly Numbers
Replies: 156
Views: 41948

I thought the same thing so what are we supposed to do
by mikeboulos
Tue Jun 28, 2005 10:04 pm
Forum: Volume 1 (100-199)
Topic: 100 - The 3n + 1 problem
Replies: 1394
Views: 318271

100 HELP WRONG ANSWER

Here is my code, I have submitted it couple of times and still says Wrong answer, HELP PLEASE

#include <iostream>

using namespace std;

struct answers
{
int start,
end,
max;
struct answers * next;
};

void main()
{
int start, end, count, max;
struct answers * head = NULL;
struct answers ...

Go to advanced search