QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#251070#5542. Doubled GCDZhangYiDeWA 1ms3388kbC++17632b2023-11-14 09:40:212023-11-14 09:40:22

詳細信息

Test #1:

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

input:

3
2 4 6

output:

8

result:

ok single line: '8'

Test #2:

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

input:

3
3 5 7

output:

2

result:

ok single line: '2'

Test #3:

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

input:

4
9 9 9 9

output:

36

result:

ok single line: '36'

Test #4:

score: -100
Wrong Answer
time: 1ms
memory: 3364kb

input:

5
10 100 1000 10000 100000

output:

40960

result:

wrong answer 1st lines differ - expected: '160', found: '40960'