Search found 1 match

by ramoto
Sun Aug 26, 2012 8:18 pm
Forum: Volume 119 (11900-11999)
Topic: 11995 - I Can Guess the Data Structure!
Replies: 60
Views: 19394

Re: 11995 - I Can Guess the Data Structure!

Hello guys!
I've got wrong answer
What is wrong with my java solution?

import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.util.StringTokenizer;


public class Main {
public static void main(String[] args) throws IOException
{

int qtd ...

Go to advanced search