QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#615602#9443. Left Equals Rightucup-team2818#WA 0ms3688kbC++141.1kb2024-10-05 19:28:322024-10-05 19:28:33

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 0ms
memory: 3688kb

input:

3
4 9 5

output:

4

result:

ok "4"

Test #2:

score: 0
Accepted
time: 0ms
memory: 3516kb

input:

2
100 100

output:

2

result:

ok "2"

Test #3:

score: 0
Accepted
time: 0ms
memory: 3564kb

input:

8
3 2 6 3 1 2 4 5

output:

11520

result:

ok "11520"

Test #4:

score: 0
Accepted
time: 0ms
memory: 3636kb

input:

2
93 93

output:

2

result:

ok "2"

Test #5:

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

input:

2
62 45

output:

-1

result:

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