QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#502264#1336. Non-Trivial Common DivisorZhaoZiLongTL 39ms10696kbPython3301b2024-08-03 02:25:412024-08-03 02:25:42

详细

Test #1:

score: 100
Accepted
time: 16ms
memory: 10636kb

input:

6
1
2
3
4
5
6

output:

12

result:

ok answer is '12'

Test #2:

score: 0
Accepted
time: 39ms
memory: 10576kb

input:

3
173
1733
111733

output:

111733

result:

ok answer is '111733'

Test #3:

score: 0
Accepted
time: 15ms
memory: 10696kb

input:

4
1
1
1
1

output:

0

result:

ok answer is '0'

Test #4:

score: -100
Time Limit Exceeded

input:

10
999999999
999999999
999999999
999999999
999999999
999999999
999999999
999999999
999999999
999999999

output:


result: