Task: | Kortit |
Sender: | THH |
Submission time: | 2022-11-01 21:07:15 +0200 |
Language: | Node.js |
Status: | READY |
Result: | 0 |
group | verdict | score |
---|---|---|
#1 | RUNTIME ERROR | 0 |
test | verdict | time | |
---|---|---|---|
#1 | RUNTIME ERROR | 0.10 s | details |
#2 | RUNTIME ERROR | 0.10 s | details |
#3 | RUNTIME ERROR | 0.10 s | details |
#4 | RUNTIME ERROR | 0.10 s | details |
#5 | RUNTIME ERROR | 0.10 s | details |
#6 | RUNTIME ERROR | 0.10 s | details |
Code
var a, n; while (true) { const a = prompt(); if (a !== null) { if (a !== "") { n = Number.parseInt(a); if (n <= 3) { console.log("NO"); } else { if (n >= 5) { console.log("YES"); } else { console.log("MAYBE"); } } if (a !== null) { if (a !== "") { console.log("LOPPUSE"); } } } } }
Test details
Test 1
Verdict: RUNTIME ERROR
input |
---|
0 |
correct output |
---|
NO |
user output |
---|
(empty) |
Error:
/box/input/code.js:4 const a = prompt(); ^ ReferenceError: prompt is not de...
Test 2
Verdict: RUNTIME ERROR
input |
---|
1 |
correct output |
---|
NO |
user output |
---|
(empty) |
Error:
/box/input/code.js:4 const a = prompt(); ^ ReferenceError: prompt is not de...
Test 3
Verdict: RUNTIME ERROR
input |
---|
2 |
correct output |
---|
MAYBE |
user output |
---|
(empty) |
Error:
/box/input/code.js:4 const a = prompt(); ^ ReferenceError: prompt is not de...
Test 4
Verdict: RUNTIME ERROR
input |
---|
26 |
correct output |
---|
MAYBE |
user output |
---|
(empty) |
Error:
/box/input/code.js:4 const a = prompt(); ^ ReferenceError: prompt is not de...
Test 5
Verdict: RUNTIME ERROR
input |
---|
27 |
correct output |
---|
YES |
user output |
---|
(empty) |
Error:
/box/input/code.js:4 const a = prompt(); ^ ReferenceError: prompt is not de...
Test 6
Verdict: RUNTIME ERROR
input |
---|
52 |
correct output |
---|
YES |
user output |
---|
(empty) |
Error:
/box/input/code.js:4 const a = prompt(); ^ ReferenceError: prompt is not de...