QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#61338 | #4837. Ramen | TTW# | WA | 3ms | 3460kb | C++17 | 382b | 2022-11-12 13:27:09 | 2022-11-12 13:27:10 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
Test #1:
score: 100
Accepted
time: 3ms
memory: 3324kb
input:
3 1 2 -5
output:
YES
result:
ok answer is YES
Test #2:
score: 0
Accepted
time: 0ms
memory: 3332kb
input:
5 2 -5 2 3 1
output:
NO
result:
ok answer is NO
Test #3:
score: 0
Accepted
time: 2ms
memory: 3348kb
input:
5 3 -2 1 -1 -1
output:
YES
result:
ok answer is YES
Test #4:
score: 0
Accepted
time: 2ms
memory: 3348kb
input:
5 -1 100 100 100 100
output:
NO
result:
ok answer is NO
Test #5:
score: -100
Wrong Answer
time: 0ms
memory: 3460kb
input:
5 3 -3 2 5 1
output:
YES
result:
wrong answer expected NO, found YES