QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#792023#1086. Bank Security UnificationGuanYunchangWA 0ms3620kbC++14521b2024-11-28 22:54:342024-11-28 22:54:41

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

5
1 2 3 1 3

output:

5

result:

ok answer is '5'

Test #2:

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

input:

4
1 2 4 0

output:

0

result:

ok answer is '0'

Test #3:

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

input:

2
1000000000000 1000000000000

output:

0

result:

wrong answer expected '1000000000000', found '0'