QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#790869#1086. Bank Security UnificationZhangYiDeRE 1ms5748kbC++172.7kb2024-11-28 15:48:432024-11-28 15:48:43

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

5
1 2 3 1 3

output:

5

result:

ok answer is '5'

Test #2:

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

input:

4
1 2 4 0

output:

0

result:

ok answer is '0'

Test #3:

score: -100
Runtime Error

input:

2
1000000000000 1000000000000

output:


result: