QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#476932#9129. Quotient Sumucup-team025#WA 0ms3844kbC++2017.7kb2024-07-13 21:43:552024-07-13 21:43:55

詳細信息

Test #1:

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

input:

3
2 3 6

output:

3

result:

ok "3"

Test #2:

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

input:

2
15 4

output:

3

result:

ok "3"

Test #3:

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

input:

9
284791808 107902 13660981249408 4622332661 13405199 24590921 361 244448137 16077087227955422

output:

4580

result:

ok "4580"

Test #4:

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

input:

9
12 9 5 17 2 6 7 1 15

output:

6

result:

ok "6"

Test #5:

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

input:

10
19 13 18 11 20 16 6 8 17 3

output:

4

result:

ok "4"

Test #6:

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

input:

8
5 7 11 16 2 15 1 20

output:

7

result:

ok "7"

Test #7:

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

input:

10
13 2 19 11 15 9 16 5 12 1

output:

7

result:

ok "7"

Test #8:

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

input:

8
9 1 14 11 3 12 8 20

output:

7

result:

ok "7"

Test #9:

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

input:

4
4 6 20 3

output:

4

result:

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