QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#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.
Details
Tip: Click on the bar to expand more detailed information
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'