QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#518760#1336. Non-Trivial Common DivisorMaMengQiRE 22ms12076kbPython31.8kb2024-08-14 06:19:542024-08-14 06:19:54

詳細信息

Test #1:

score: 100
Accepted
time: 22ms
memory: 12076kb

input:

6
1
2
3
4
5
6

output:

12

result:

ok answer is '12'

Test #2:

score: 0
Accepted
time: 14ms
memory: 11896kb

input:

3
173
1733
111733

output:

111733

result:

ok answer is '111733'

Test #3:

score: -100
Dangerous Syscalls

input:

4
1
1
1
1

output:


result: