Search found 1 match

by kaw
Wed Jul 06, 2005 11:35 pm
Forum: Volume 1 (100-199)
Topic: 100 - The 3n + 1 problem
Replies: 1394
Views: 317896

Why "Time Limit Exceeded" at Problem 100?

Yesterday, I have sent my program(Problem 100) and it got "Accepted".
But today I sent another program and got "Time Limit Exceeded".
I cannot the reason this program becomes "Time Limit Exceeded".
Please tell me what is wrong.

#include <cstdio>
#include <cstdlib>

#ifndef UINT
#define UINT ...

Go to advanced search