QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#792410#1086. Bank Security UnificationZhangYiDeWA 0ms3704kbC++20329b2024-11-29 10:03:472024-11-29 10:03:48

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

5
1 2 3 1 3

output:

5

result:

ok answer is '5'

Test #2:

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

input:

4
1 2 4 0

output:

0

result:

ok answer is '0'

Test #3:

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

input:

2
1000000000000 1000000000000

output:

0

result:

wrong answer expected '1000000000000', found '0'