Search found 1 match

by gadams00
Tue Jan 29, 2008 8:33 am
Forum: Volume 1 (100-199)
Topic: 101 - The Blocks Problem
Replies: 635
Views: 111003

java problem 101 (the blocks problem) TLE

I keep getting TLE on problem 101, with a 3.000 sec run time, while using Eclipse 3.3 profiling on my laptop using sun JDK 1.6.0, I get execution times of .02-.03 seconds.

Here's my code:


import java.io.BufferedReader;
import java.io.FileInputStream;
import java.io.IOException;
import java.io ...

Go to advanced search