QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#770970 | #1336. Non-Trivial Common Divisor | GuanYunchang | WA | 16ms | 10800kb | Python3 | 812b | 2024-11-22 06:34:02 | 2024-11-22 06:34:03 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
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'