Search found 2 matches

by wbr
Wed Mar 09, 2005 2:36 pm
Forum: Volume 1 (100-199)
Topic: 105 - The Skyline Problem
Replies: 160
Views: 51621

105 - WA - java

is it possible that Ri < Li.
and if it is possible, what should output look like for input
3 5 1?
by wbr
Sat Mar 05, 2005 10:35 pm
Forum: Volume 1 (100-199)
Topic: 105 - The Skyline Problem
Replies: 160
Views: 51621

105 - WA - java

i really can't find out why WA...
can anybody please give me some clues or maybe some sample input?
i would really appreciate it!



import java.io.*;
import java.util.*;
class Main{
public static String readLn ()
{
byte[] line = new byte[100];
int len = 0, ch = -1;
try {
while (true) {
ch ...

Go to advanced search