QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#61338#4837. RamenTTW#WA 3ms3460kbC++17382b2022-11-12 13:27:092022-11-12 13:27:10

Details

Tip: Click on the bar to expand more detailed information

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