QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#220344 | #4837. Ramen | LoverInTime | WA | 1ms | 3552kb | C++20 | 727b | 2023-10-20 08:43:34 | 2023-10-20 08:43:34 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
Tip: Click on the bar to expand more detailed information
Test #1:
score: 100
Accepted
time: 1ms
memory: 3352kb
input:
3 1 2 -5
output:
YES
result:
ok answer is YES
Test #2:
score: 0
Accepted
time: 0ms
memory: 3552kb
input:
5 2 -5 2 3 1
output:
NO
result:
ok answer is NO
Test #3:
score: 0
Accepted
time: 0ms
memory: 3552kb
input:
5 3 -2 1 -1 -1
output:
YES
result:
ok answer is YES
Test #4:
score: 0
Accepted
time: 0ms
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: 3436kb
input:
5 3 -3 2 5 1
output:
YES
result:
wrong answer expected NO, found YES