Task: | Lähetit |
Sender: | |
Submission time: | 2015-07-18 20:32:49 +0300 |
Language: | Python2 |
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.08 s | 1 | details |
#2 | WRONG ANSWER | 0.09 s | 1 | details |
#3 | WRONG ANSWER | 0.08 s | 1 | details |
#4 | WRONG ANSWER | 0.11 s | 1 | details |
#5 | ACCEPTED | 0.09 s | 1 | details |
#6 | WRONG ANSWER | 0.09 s | 2 | details |
#7 | WRONG ANSWER | 0.10 s | 2 | details |
#8 | WRONG ANSWER | 0.09 s | 2 | details |
#9 | WRONG ANSWER | 0.10 s | 2 | details |
#10 | ACCEPTED | 0.10 s | 2 | details |
#11 | WRONG ANSWER | 0.09 s | 3 | details |
#12 | WRONG ANSWER | 0.10 s | 3 | details |
#13 | WRONG ANSWER | 0.07 s | 3 | details |
#14 | WRONG ANSWER | 0.09 s | 3 | details |
#15 | ACCEPTED | 0.09 s | 3 | details |
Code
from itertools import * n, k = [int(i) for i in raw_input().split()] print 0
Test details
Test 1
Group: 1
Verdict: WRONG ANSWER
input |
---|
5 2 |
correct output |
---|
240 |
user output |
---|
0 |
Test 2
Group: 1
Verdict: WRONG ANSWER
input |
---|
5 4 |
correct output |
---|
2728 |
user output |
---|
0 |
Test 3
Group: 1
Verdict: WRONG ANSWER
input |
---|
5 6 |
correct output |
---|
1960 |
user output |
---|
0 |
Test 4
Group: 1
Verdict: WRONG ANSWER
input |
---|
5 8 |
correct output |
---|
32 |
user output |
---|
0 |
Test 5
Group: 1
Verdict: ACCEPTED
input |
---|
5 10 |
correct output |
---|
0 |
user output |
---|
0 |
Test 6
Group: 2
Verdict: WRONG ANSWER
input |
---|
10 4 |
correct output |
---|
1809464 |
user output |
---|
0 |
Test 7
Group: 2
Verdict: WRONG ANSWER
input |
---|
10 8 |
correct output |
---|
209594075 |
user output |
---|
0 |
Test 8
Group: 2
Verdict: WRONG ANSWER
input |
---|
10 12 |
correct output |
---|
811277399 |
user output |
---|
0 |
Test 9
Group: 2
Verdict: WRONG ANSWER
input |
---|
10 16 |
correct output |
---|
17275136 |
user output |
---|
0 |
Test 10
Group: 2
Verdict: ACCEPTED
input |
---|
10 20 |
correct output |
---|
0 |
user output |
---|
0 |
Test 11
Group: 3
Verdict: WRONG ANSWER
input |
---|
100 40 |
correct output |
---|
126883191 |
user output |
---|
0 |
Test 12
Group: 3
Verdict: WRONG ANSWER
input |
---|
100 80 |
correct output |
---|
785497039 |
user output |
---|
0 |
Test 13
Group: 3
Verdict: WRONG ANSWER
input |
---|
100 120 |
correct output |
---|
324216296 |
user output |
---|
0 |
Test 14
Group: 3
Verdict: WRONG ANSWER
input |
---|
100 160 |
correct output |
---|
895190039 |
user output |
---|
0 |
Test 15
Group: 3
Verdict: ACCEPTED
input |
---|
100 200 |
correct output |
---|
0 |
user output |
---|
0 |