QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#268304#4932. Moon and SunZhaoZiLongWA 1ms7616kbC++173.1kb2023-11-28 15:27:102023-11-28 15:27:11

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 1ms
memory: 7616kb

input:

5
4 1 0 7 2

output:

3

result:

ok single line: '3'

Test #2:

score: 0
Accepted
time: 1ms
memory: 5760kb

input:

4
10 20 30 -40

output:

4

result:

ok single line: '4'

Test #3:

score: -100
Wrong Answer
time: 0ms
memory: 5548kb

input:

2
100 100

output:

2

result:

wrong answer 1st lines differ - expected: '0', found: '2'