Search found 1 match

by Bayron
Sun Dec 05, 2004 1:06 am
Forum: Volume 1 (100-199)
Topic: 100 - The 3n + 1 problem
Replies: 1394
Views: 319780

Please Helpme - Time Limit Exceeded

Please Help me.
What is problem?
The Status ever is "Time Limit Exceeded".
Tankyou...

[pascal]
program problema100_volume1;
var
I,J,C,N,CONT,AUX:longint;
begin
while(not eof) do
begin
read(I,J);
if (I<1000000) and (I>0) and (J<1000000) and (J>0) then
begin
write(I,' ',J,' ');
if I > J then ...

Go to advanced search