| Task: | Pizzat |
| Sender: | viiviP |
| Submission time: | 2024-10-28 07:11:25 +0200 |
| Language: | Python3 (CPython3) |
| Status: | READY |
| Result: | 0 |
| group | verdict | score |
|---|---|---|
| #1 | RUNTIME ERROR | 0 |
| test | verdict | time | |
|---|---|---|---|
| #1 | RUNTIME ERROR | 0.02 s | details |
| #2 | RUNTIME ERROR | 0.02 s | details |
| #3 | RUNTIME ERROR | 0.02 s | details |
| #4 | RUNTIME ERROR | 0.02 s | details |
| #5 | RUNTIME ERROR | 0.02 s | details |
| #6 | RUNTIME ERROR | 0.02 s | details |
| #7 | RUNTIME ERROR | 0.02 s | details |
| #8 | RUNTIME ERROR | 0.02 s | details |
| #9 | RUNTIME ERROR | 0.02 s | details |
| #10 | RUNTIME ERROR | 0.02 s | details |
| #11 | RUNTIME ERROR | 0.02 s | details |
| #12 | RUNTIME ERROR | 0.02 s | details |
| #13 | RUNTIME ERROR | 0.02 s | details |
Code
syote = input() syote = syote.split() tulos = syote[1] * syote[2] / syote[1] if tulos == : print(tulos) else: print(int(tulos), int(tulos) + 1)
Test details
Test 1
Verdict: RUNTIME ERROR
| input |
|---|
| 3 2 4 |
| correct output |
|---|
| 2 3 |
| user output |
|---|
| (empty) |
Error:
File "/box/input/code.py", line 4
if tulos == :
^
SyntaxError: invalid syntaxTest 2
Verdict: RUNTIME ERROR
| input |
|---|
| 1 1 1 |
| correct output |
|---|
| 1 1 |
| user output |
|---|
| (empty) |
Error:
File "/box/input/code.py", line 4
if tulos == :
^
SyntaxError: invalid syntaxTest 3
Verdict: RUNTIME ERROR
| input |
|---|
| 1 1 2 |
| correct output |
|---|
| 2 2 |
| user output |
|---|
| (empty) |
Error:
File "/box/input/code.py", line 4
if tulos == :
^
SyntaxError: invalid syntaxTest 4
Verdict: RUNTIME ERROR
| input |
|---|
| 2 1 1 |
| correct output |
|---|
| 0 1 |
| user output |
|---|
| (empty) |
Error:
File "/box/input/code.py", line 4
if tulos == :
^
SyntaxError: invalid syntaxTest 5
Verdict: RUNTIME ERROR
| input |
|---|
| 2 5 7 |
| correct output |
|---|
| 17 18 |
| user output |
|---|
| (empty) |
Error:
File "/box/input/code.py", line 4
if tulos == :
^
SyntaxError: invalid syntaxTest 6
Verdict: RUNTIME ERROR
| input |
|---|
| 1 1000 1000 |
| correct output |
|---|
| 1000000 1000000 |
| user output |
|---|
| (empty) |
Error:
File "/box/input/code.py", line 4
if tulos == :
^
SyntaxError: invalid syntaxTest 7
Verdict: RUNTIME ERROR
| input |
|---|
| 1000 1000 1000 |
| correct output |
|---|
| 1000 1000 |
| user output |
|---|
| (empty) |
Error:
File "/box/input/code.py", line 4
if tulos == :
^
SyntaxError: invalid syntaxTest 8
Verdict: RUNTIME ERROR
| input |
|---|
| 1000 1 1 |
| correct output |
|---|
| 0 1 |
| user output |
|---|
| (empty) |
Error:
File "/box/input/code.py", line 4
if tulos == :
^
SyntaxError: invalid syntaxTest 9
Verdict: RUNTIME ERROR
| input |
|---|
| 997 995 997 |
| correct output |
|---|
| 995 995 |
| user output |
|---|
| (empty) |
Error:
File "/box/input/code.py", line 4
if tulos == :
^
SyntaxError: invalid syntaxTest 10
Verdict: RUNTIME ERROR
| input |
|---|
| 997 994 997 |
| correct output |
|---|
| 994 994 |
| user output |
|---|
| (empty) |
Error:
File "/box/input/code.py", line 4
if tulos == :
^
SyntaxError: invalid syntaxTest 11
Verdict: RUNTIME ERROR
| input |
|---|
| 997 996 995 |
| correct output |
|---|
| 994 995 |
| user output |
|---|
| (empty) |
Error:
File "/box/input/code.py", line 4
if tulos == :
^
SyntaxError: invalid syntaxTest 12
Verdict: RUNTIME ERROR
| input |
|---|
| 997 996 996 |
| correct output |
|---|
| 995 996 |
| user output |
|---|
| (empty) |
Error:
File "/box/input/code.py", line 4
if tulos == :
^
SyntaxError: invalid syntaxTest 13
Verdict: RUNTIME ERROR
| input |
|---|
| 997 995 499 |
| correct output |
|---|
| 497 498 |
| user output |
|---|
| (empty) |
Error:
File "/box/input/code.py", line 4
if tulos == :
^
SyntaxError: invalid syntax