QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#666722#5542. Doubled GCDZhaoZiLongWA 8ms125924kbC++981.3kb2024-10-22 19:43:542024-10-22 19:44:05

詳細信息

Test #1:

score: 100
Accepted
time: 4ms
memory: 125692kb

input:

3
2 4 6

output:

8

result:

ok single line: '8'

Test #2:

score: 0
Accepted
time: 4ms
memory: 125692kb

input:

3
3 5 7

output:

2

result:

ok single line: '2'

Test #3:

score: 0
Accepted
time: 8ms
memory: 125856kb

input:

4
9 9 9 9

output:

36

result:

ok single line: '36'

Test #4:

score: 0
Accepted
time: 3ms
memory: 125924kb

input:

5
10 100 1000 10000 100000

output:

160

result:

ok single line: '160'

Test #5:

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

input:

8
1000000000 1000000000 1000000000 1000000000 1000000000 1000000000 1000000000 1000000000

output:

-589934592

result:

wrong answer 1st lines differ - expected: '8000000000', found: '-589934592'