QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#517132 | #1336. Non-Trivial Common Divisor | MaMengQi | TL | 35ms | 11980kb | Python3 | 1.2kb | 2024-08-13 08:35:03 | 2024-08-13 08:35:05 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
Test #1:
score: 100
Accepted
time: 23ms
memory: 11964kb
input:
6 1 2 3 4 5 6
output:
12
result:
ok answer is '12'
Test #2:
score: 0
Accepted
time: 35ms
memory: 11980kb
input:
3 173 1733 111733
output:
111733
result:
ok answer is '111733'
Test #3:
score: 0
Accepted
time: 18ms
memory: 11960kb
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