Task: | Ruudukko |
Sender: | |
Submission time: | 2015-09-13 19:29:46 +0300 |
Language: | Python3 |
Status: | READY |
Result: | 12 |
group | verdict | score |
---|---|---|
#1 | ACCEPTED | 12 |
#2 | RUNTIME ERROR | 0 |
#3 | RUNTIME ERROR | 0 |
test | verdict | time | group | |
---|---|---|---|---|
#1 | ACCEPTED | 0.08 s | 1 | details |
#2 | ACCEPTED | 0.08 s | 1 | details |
#3 | ACCEPTED | 0.08 s | 1 | details |
#4 | ACCEPTED | 0.07 s | 1 | details |
#5 | ACCEPTED | 0.07 s | 1 | details |
#6 | RUNTIME ERROR | 0.07 s | 2 | details |
#7 | RUNTIME ERROR | 0.08 s | 2 | details |
#8 | RUNTIME ERROR | 0.08 s | 2 | details |
#9 | RUNTIME ERROR | 0.10 s | 2 | details |
#10 | RUNTIME ERROR | 0.08 s | 2 | details |
#11 | RUNTIME ERROR | 0.08 s | 3 | details |
#12 | RUNTIME ERROR | 0.08 s | 3 | details |
#13 | RUNTIME ERROR | 0.08 s | 3 | details |
#14 | RUNTIME ERROR | 0.08 s | 3 | details |
#15 | RUNTIME ERROR | 0.09 s | 3 | details |
Code
maarat = [] maarat.append( ".##################.\n" ".##################.\n" ".##################.\n" ".##################.\n" ".##################.\n" ".##################.\n" ".##################.\n" ".##################.\n" ".##################.\n" ".##################.\n" ".##################.\n" ".##################.\n" ".##################.\n" ".##################.\n" ".##################.\n" ".##################.\n" ".##################.\n" ".##################.\n" ".##################.\n" "...................." ) maarat.append( ".##################.\n" ".##################.\n" ".##################.\n" ".##################.\n" ".##################.\n" ".##################.\n" ".##################.\n" ".##################.\n" ".##################.\n" ".##################.\n" ".##################.\n" ".##################.\n" ".##################.\n" ".##################.\n" ".##################.\n" ".##################.\n" ".##################.\n" "....................\n" ".##################.\n" "...................." ) maarat.append( ".##################.\n" ".##################.\n" ".##################.\n" ".##################.\n" ".##################.\n" ".##################.\n" ".##################.\n" ".##################.\n" ".##################.\n" ".##################.\n" ".##################.\n" ".##################.\n" ".##################.\n" ".##################.\n" ".##################.\n" "....................\n" ".##################.\n" "....................\n" ".##################.\n" "...................." ) maarat.append( ".##################.\n" ".##################.\n" ".##################.\n" ".##################.\n" ".##################.\n" ".##################.\n" ".##################.\n" ".##################.\n" ".##################.\n" ".##################.\n" ".##################.\n" ".##################.\n" ".##################.\n" "....................\n" ".##################.\n" "....................\n" ".##################.\n" "....................\n" ".##################.\n" "...................." ) maarat.append( ".##################.\n" ".##################.\n" ".##################.\n" ".##################.\n" ".##################.\n" ".##################.\n" ".##################.\n" ".##################.\n" ".##################.\n" ".##################.\n" ".##################.\n" "....................\n" ".##################.\n" "....................\n" ".##################.\n" "....................\n" ".##################.\n" "....................\n" ".##################.\n" "...................." ) maarat.append( ".##################.\n" ".##################.\n" ".##################.\n" ".##################.\n" ".##################.\n" ".##################.\n" ".##################.\n" ".##################.\n" ".##################.\n" "....................\n" ".##################.\n" "....................\n" ".##################.\n" "....................\n" ".##################.\n" "....................\n" ".##################.\n" "....................\n" ".##################.\n" "...................." ) maarat.append( ".##################.\n" ".##################.\n" ".##################.\n" ".##################.\n" ".##################.\n" ".##################.\n" ".##################.\n" "....................\n" ".##################.\n" "....................\n" ".##################.\n" "....................\n" ".##################.\n" "....................\n" ".##################.\n" "....................\n" ".##################.\n" "....................\n" ".##################.\n" "...................." ) maarat.append( ".##################.\n" ".##################.\n" ".##################.\n" ".##################.\n" ".##################.\n" "....................\n" ".##################.\n" "....................\n" ".##################.\n" "....................\n" ".##################.\n" "....................\n" ".##################.\n" "....................\n" ".##################.\n" "....................\n" ".##################.\n" "....................\n" ".##################.\n" "...................." ) maarat.append( ".##################.\n" ".##################.\n" ".##################.\n" "....................\n" ".##################.\n" "....................\n" ".##################.\n" "....................\n" ".##################.\n" "....................\n" ".##################.\n" "....................\n" ".##################.\n" "....................\n" ".##################.\n" "....................\n" ".##################.\n" "....................\n" ".##################.\n" "...................." ) maarat.append( ".##################.\n" "....................\n" ".##################.\n" "....................\n" ".##################.\n" "....................\n" ".##################.\n" "....................\n" ".##################.\n" "....................\n" ".##################.\n" "....................\n" ".##################.\n" "....................\n" ".##################.\n" "....................\n" ".##################.\n" "....................\n" ".##################.\n" "...................." ) print(maarat[int(input()) - 1])
Test details
Test 1
Group: 1
Verdict: ACCEPTED
input |
---|
2 |
correct output |
---|
.................... .################### .################### .################### .################### ... |
user output |
---|
.##################. .##################. .##################. .##################. .##################. ... |
Test 2
Group: 1
Verdict: ACCEPTED
input |
---|
5 |
correct output |
---|
.................... .################..# .#################.. .#################.. .##################. ... |
user output |
---|
.##################. .##################. .##################. .##################. .##################. ... |
Test 3
Group: 1
Verdict: ACCEPTED
input |
---|
7 |
correct output |
---|
.................... .################..# .#################.. .#################.. .##################. ... |
user output |
---|
.##################. .##################. .##################. .##################. .##################. ... |
Test 4
Group: 1
Verdict: ACCEPTED
input |
---|
8 |
correct output |
---|
.................... .################### .################### .################### .################### ... |
user output |
---|
.##################. .##################. .##################. .##################. .##################. ... |
Test 5
Group: 1
Verdict: ACCEPTED
input |
---|
9 |
correct output |
---|
.................... .################### .################### .################### .################### ... |
user output |
---|
.##################. .##################. .##################. .................... .##################. ... |
Test 6
Group: 2
Verdict: RUNTIME ERROR
input |
---|
19 |
correct output |
---|
.................... .############..##### .#############..#### .#############...### .##############...## ... |
user output |
---|
(empty) |
Error:
Traceback (most recent call last): File "input/code.py", line 233, in <module> print(maarat[int(input()) - 1]) IndexError: list index out of range
Test 7
Group: 2
Verdict: RUNTIME ERROR
input |
---|
32 |
correct output |
---|
.................... .################### .################### .################### .################### ... |
user output |
---|
(empty) |
Error:
Traceback (most recent call last): File "input/code.py", line 233, in <module> print(maarat[int(input()) - 1]) IndexError: list index out of range
Test 8
Group: 2
Verdict: RUNTIME ERROR
input |
---|
44 |
correct output |
---|
.................... .################..# .#################.. .#################.. .##################. ... |
user output |
---|
(empty) |
Error:
Traceback (most recent call last): File "input/code.py", line 233, in <module> print(maarat[int(input()) - 1]) IndexError: list index out of range
Test 9
Group: 2
Verdict: RUNTIME ERROR
input |
---|
76 |
correct output |
---|
.................... .########..######..# .#########..######.. .#########...#####.. .##########...#####. ... |
user output |
---|
(empty) |
Error:
Traceback (most recent call last): File "input/code.py", line 233, in <module> print(maarat[int(input()) - 1]) IndexError: list index out of range
Test 10
Group: 2
Verdict: RUNTIME ERROR
input |
---|
93 |
correct output |
---|
.................... .########..##..##..# .#########..##..##.. .#########...#...#.. .##########...#...#. ... |
user output |
---|
(empty) |
Error:
Traceback (most recent call last): File "input/code.py", line 233, in <module> print(maarat[int(input()) - 1]) IndexError: list index out of range
Test 11
Group: 3
Verdict: RUNTIME ERROR
input |
---|
141 |
correct output |
---|
.................... .################..# .#################.. .#################.. .##################. ... |
user output |
---|
(empty) |
Error:
Traceback (most recent call last): File "input/code.py", line 233, in <module> print(maarat[int(input()) - 1]) IndexError: list index out of range
Test 12
Group: 3
Verdict: RUNTIME ERROR
input |
---|
422 |
correct output |
---|
.................... .####..##########..# .#####..##########.. .#####...#########.. .######...#########. ... |
user output |
---|
(empty) |
Error:
Traceback (most recent call last): File "input/code.py", line 233, in <module> print(maarat[int(input()) - 1]) IndexError: list index out of range
Test 13
Group: 3
Verdict: RUNTIME ERROR
input |
---|
671 |
correct output |
---|
.................... .#.##########..##..# ....##########..##.. .#...#########...#.. .##...#########...#. ... |
user output |
---|
(empty) |
Error:
Traceback (most recent call last): File "input/code.py", line 233, in <module> print(maarat[int(input()) - 1]) IndexError: list index out of range
Test 14
Group: 3
Verdict: RUNTIME ERROR
input |
---|
895 |
correct output |
---|
.................... .#.##..##..##..##..# ....##..##..##..##.. .#...#...#...#...#.. .##...#...#...#...#. ... |
user output |
---|
(empty) |
Error:
Traceback (most recent call last): File "input/code.py", line 233, in <module> print(maarat[int(input()) - 1]) IndexError: list index out of range
Test 15
Group: 3
Verdict: RUNTIME ERROR
input |
---|
956 |
correct output |
---|
.................... .#.##..######..##..# ....##..######..##.. .#...#...#####...#.. .##...#...#####...#. ... |
user output |
---|
(empty) |
Error:
Traceback (most recent call last): File "input/code.py", line 233, in <module> print(maarat[int(input()) - 1]) IndexError: list index out of range