Search found 1 match

by Noodlemon
Wed Mar 26, 2014 3:19 pm
Forum: Volume 5 (500-599)
Topic: 540 - Team Queue
Replies: 37
Views: 23914

540 - Team Queue TLE

Hey all.
I've been getting the error TLE with this problem, and I know why I'm having it.

import java.util.*;
import java.io.*;
class InputReader {
private InputStream stream;
private byte[] buf = new byte[1024];
private int curChar;
private int numChars;
private SpaceCharFilter filter ...

Go to advanced search