Search found 2 matches
- Wed Jul 06, 2005 10:03 pm
- Forum: Volume 1 (100-199)
- Topic: 136 - Ugly Numbers
- Replies: 156
- Views: 41948
- 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 ...
#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 ...