QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#594531 | #1336. Non-Trivial Common Divisor | MaMengQi | TL | 0ms | 1628kb | C11 | 959b | 2024-09-28 02:36:49 | 2024-09-28 02:36:50 |
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: 0ms
memory: 1608kb
input:
6 1 2 3 4 5 6
output:
12
result:
ok answer is '12'
Test #2:
score: 0
Accepted
time: 0ms
memory: 1628kb
input:
3 173 1733 111733
output:
111733
result:
ok answer is '111733'
Test #3:
score: 0
Accepted
time: 0ms
memory: 1472kb
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