Search found 1 match

by Kff7
Fri Oct 25, 2013 12:08 am
Forum: Volume 114 (11400-11499)
Topic: 11479 - Is this the easiest problem?
Replies: 48
Views: 27560

11479 - Is this the easiest problem?

Please, can anyone tell me the fault??
I'm allways get "wrong answer"

import java.io.*;
import java.util.*;

public class Main{

public static void main(String[] args){

Scanner scan = new Scanner(System.in);
long[] seite = new long[3];
int t;


do{
t = scan.nextInt();
}while(t>19 || t ...

Go to advanced search