| 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 rangeTest 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 rangeTest 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 rangeTest 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 rangeTest 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 rangeTest 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 rangeTest 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 rangeTest 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 rangeTest 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 rangeTest 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