QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#518760 | #1336. Non-Trivial Common Divisor | MaMengQi | RE | 22ms | 12076kb | Python3 | 1.8kb | 2024-08-14 06:19:54 | 2024-08-14 06:19:54 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
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