I have a little problem in my code , so I got WA
bellow is my code
import java.util.Scanner;
public class Main
{
public static void main(String[] args)
{
String str;
boolean status = false;
Scanner scan = new Scanner(System.in);
while (scan.hasNextLine())
{
StringBuffer buf = new ...
Search found 2 matches
- Wed Aug 21, 2013 11:35 pm
- Forum: Volume 2 (200-299)
- Topic: 272 - TEX Quotes
- Replies: 136
- Views: 56481
- Mon Aug 05, 2013 10:14 pm
- Forum: Volume 1 (100-199)
- Topic: 102 - Ecological Bin Packing
- Replies: 485
- Views: 116641
102 Ecological Bin Packing in JAVA
Hello everyone, I've got a problem in 102. I still got a WA !! but I don't know what happened with my code :(
and i also try before many guys there input , and i got the anser of the AC-code is the same answer. but the problem is I still got the WA.
so , plz help me to solved the problem, thx ...
and i also try before many guys there input , and i got the anser of the AC-code is the same answer. but the problem is I still got the WA.
so , plz help me to solved the problem, thx ...