Search found 2 matches

by Insidetheasylum
Thu Feb 10, 2005 7:15 pm
Forum: Volume 1 (100-199)
Topic: 100 - The 3n + 1 problem
Replies: 1394
Views: 320040

Ah! Great =D

Now I gotta go and fix it so that it falls directly under the scope of the rules since I think the program doesn't accept command line instructions =/
by Insidetheasylum
Wed Feb 09, 2005 5:25 pm
Forum: Volume 1 (100-199)
Topic: 100 - The 3n + 1 problem
Replies: 1394
Views: 320040

Problem: 100 compile error O.o;

Well, I compiled the program on my computer using Dev-C++ (4.9.9.1), however, when I submit it, it return "compile error"

I'm not sure what I'm doing wrong below so that the "judge" doesn't like me =P

#include <iostream>
using namespace std;

int main (int argc, char **argv){
int maxcyclelength ...

Go to advanced search