QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#738133#9541. Expanding Arrayucup-team5232WA 0ms3944kbC++14415b2024-11-12 17:49:302024-11-12 17:49:31

詳細信息

Test #1:

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

input:

2
2 3

output:

4

result:

ok single line: '4'

Test #2:

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

input:

2
3 4

output:

4

result:

ok single line: '4'

Test #3:

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

input:

2
3 5

output:

7

result:

wrong answer 1st lines differ - expected: '8', found: '7'