QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#770970#1336. Non-Trivial Common DivisorGuanYunchangWA 16ms10800kbPython3812b2024-11-22 06:34:022024-11-22 06:34:03

詳細信息

Test #1:

score: 100
Accepted
time: 6ms
memory: 10656kb

input:

6
1
2
3
4
5
6

output:

12

result:

ok answer is '12'

Test #2:

score: 0
Accepted
time: 16ms
memory: 10800kb

input:

3
173
1733
111733

output:

111733

result:

ok answer is '111733'

Test #3:

score: -100
Wrong Answer
time: 15ms
memory: 10584kb

input:

4
1
1
1
1

output:

4

result:

wrong answer expected '0', found '4'