Task: | Lähetit |
Sender: | |
Submission time: | 2015-07-18 13:39:28 +0300 |
Language: | Java |
Status: | READY |
Result: | 0 |
group | verdict | score |
---|---|---|
#1 | WRONG ANSWER | 0 |
#2 | WRONG ANSWER | 0 |
#3 | WRONG ANSWER | 0 |
test | verdict | time | group | |
---|---|---|---|---|
#1 | WRONG ANSWER | 0.23 s | 1 | details |
#2 | WRONG ANSWER | 0.23 s | 1 | details |
#3 | WRONG ANSWER | 0.25 s | 1 | details |
#4 | WRONG ANSWER | 0.22 s | 1 | details |
#5 | WRONG ANSWER | 0.22 s | 1 | details |
#6 | WRONG ANSWER | 0.22 s | 2 | details |
#7 | WRONG ANSWER | 0.23 s | 2 | details |
#8 | WRONG ANSWER | 0.21 s | 2 | details |
#9 | WRONG ANSWER | 0.22 s | 2 | details |
#10 | WRONG ANSWER | 0.23 s | 2 | details |
#11 | WRONG ANSWER | 0.21 s | 3 | details |
#12 | WRONG ANSWER | 0.23 s | 3 | details |
#13 | WRONG ANSWER | 0.22 s | 3 | details |
#14 | WRONG ANSWER | 0.23 s | 3 | details |
#15 | WRONG ANSWER | 0.22 s | 3 | details |
Code
import java.util.Scanner; public class Lahetit { public static void main(String[] args) { Scanner input = new Scanner(System.in); final int koko = input.nextInt(); final int maara = input.nextInt(); System.out.println(1); } }
Test details
Test 1
Group: 1
Verdict: WRONG ANSWER
input |
---|
5 2 |
correct output |
---|
240 |
user output |
---|
1 |
Test 2
Group: 1
Verdict: WRONG ANSWER
input |
---|
5 4 |
correct output |
---|
2728 |
user output |
---|
1 |
Test 3
Group: 1
Verdict: WRONG ANSWER
input |
---|
5 6 |
correct output |
---|
1960 |
user output |
---|
1 |
Test 4
Group: 1
Verdict: WRONG ANSWER
input |
---|
5 8 |
correct output |
---|
32 |
user output |
---|
1 |
Test 5
Group: 1
Verdict: WRONG ANSWER
input |
---|
5 10 |
correct output |
---|
0 |
user output |
---|
1 |
Test 6
Group: 2
Verdict: WRONG ANSWER
input |
---|
10 4 |
correct output |
---|
1809464 |
user output |
---|
1 |
Test 7
Group: 2
Verdict: WRONG ANSWER
input |
---|
10 8 |
correct output |
---|
209594075 |
user output |
---|
1 |
Test 8
Group: 2
Verdict: WRONG ANSWER
input |
---|
10 12 |
correct output |
---|
811277399 |
user output |
---|
1 |
Test 9
Group: 2
Verdict: WRONG ANSWER
input |
---|
10 16 |
correct output |
---|
17275136 |
user output |
---|
1 |
Test 10
Group: 2
Verdict: WRONG ANSWER
input |
---|
10 20 |
correct output |
---|
0 |
user output |
---|
1 |
Test 11
Group: 3
Verdict: WRONG ANSWER
input |
---|
100 40 |
correct output |
---|
126883191 |
user output |
---|
1 |
Test 12
Group: 3
Verdict: WRONG ANSWER
input |
---|
100 80 |
correct output |
---|
785497039 |
user output |
---|
1 |
Test 13
Group: 3
Verdict: WRONG ANSWER
input |
---|
100 120 |
correct output |
---|
324216296 |
user output |
---|
1 |
Test 14
Group: 3
Verdict: WRONG ANSWER
input |
---|
100 160 |
correct output |
---|
895190039 |
user output |
---|
1 |
Test 15
Group: 3
Verdict: WRONG ANSWER
input |
---|
100 200 |
correct output |
---|
0 |
user output |
---|
1 |