| Task: | Kortit | 
| Sender: | UsernameNotValid | 
| Submission time: | 2022-11-03 09:23:53 +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 | 
Code
{\rtf1\ansi\ansicpg1252\deff0\nouicompat\deflang1035{\fonttbl{\f0\fnil\fcharset0 Calibri;}}
{\*\generator Riched20 10.0.19041}\viewkind4\uc1 
\pard\sa200\sl276\slmult1\f0\fs22\lang11 n = int(input())\par
if n <= 1:\par
    print("NO")\par
elif n <= 26:\par
    print("MAYBE")\par
else:\par
    print("YES")\par
}
 Test details
Test 1
Verdict: RUNTIME ERROR
| input | 
|---|
| 0 | 
| correct output | 
|---|
| NO | 
| user output | 
|---|
| (empty) | 
Error:
File "/box/input/code.py", line 1
    {\rtf1\ansi\ansicpg1252\deff0\nouicompat\deflang10...Test 2
Verdict: RUNTIME ERROR
| input | 
|---|
| 1 | 
| correct output | 
|---|
| NO | 
| user output | 
|---|
| (empty) | 
Error:
File "/box/input/code.py", line 1
    {\rtf1\ansi\ansicpg1252\deff0\nouicompat\deflang10...Test 3
Verdict: RUNTIME ERROR
| input | 
|---|
| 2 | 
| correct output | 
|---|
| MAYBE | 
| user output | 
|---|
| (empty) | 
Error:
File "/box/input/code.py", line 1
    {\rtf1\ansi\ansicpg1252\deff0\nouicompat\deflang10...Test 4
Verdict: RUNTIME ERROR
| input | 
|---|
| 26 | 
| correct output | 
|---|
| MAYBE | 
| user output | 
|---|
| (empty) | 
Error:
File "/box/input/code.py", line 1
    {\rtf1\ansi\ansicpg1252\deff0\nouicompat\deflang10...Test 5
Verdict: RUNTIME ERROR
| input | 
|---|
| 27 | 
| correct output | 
|---|
| YES | 
| user output | 
|---|
| (empty) | 
Error:
File "/box/input/code.py", line 1
    {\rtf1\ansi\ansicpg1252\deff0\nouicompat\deflang10...Test 6
Verdict: RUNTIME ERROR
| input | 
|---|
| 52 | 
| correct output | 
|---|
| YES | 
| user output | 
|---|
| (empty) | 
Error:
File "/box/input/code.py", line 1
    {\rtf1\ansi\ansicpg1252\deff0\nouicompat\deflang10...