Search found 1 match

by rgracia
Sun May 27, 2012 1:02 am
Forum: Volume 1 (100-199)
Topic: 100 - The 3n + 1 problem
Replies: 1394
Views: 318634

Re: If you get WA in problem 100, read me before post!

I submit this code in C.

But my answer is WA.

I don't know why...

Please tell me why. I'm nervous because I can't wait.

The outputs in my PC are correct.
----
Hablo español mejor que inglés xD.

#include <stdio.h>

long maxCicles(long num);

int main() {

long num1;
long num2;
long lowNum ...

Go to advanced search