QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#517050 | #1336. Non-Trivial Common Divisor | MaMengQi | WA | 24ms | 12060kb | Python3 | 1.6kb | 2024-08-13 04:12:46 | 2024-08-13 04:12:47 |
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: 13ms
memory: 12060kb
input:
6 1 2 3 4 5 6
output:
12
result:
ok answer is '12'
Test #2:
score: 0
Accepted
time: 16ms
memory: 12028kb
input:
3 173 1733 111733
output:
111733
result:
ok answer is '111733'
Test #3:
score: 0
Accepted
time: 14ms
memory: 11928kb
input:
4 1 1 1 1
output:
0
result:
ok answer is '0'
Test #4:
score: 0
Accepted
time: 23ms
memory: 11960kb
input:
10 999999999 999999999 999999999 999999999 999999999 999999999 999999999 999999999 999999999 999999999
output:
9999999990
result:
ok answer is '9999999990'
Test #5:
score: 0
Accepted
time: 24ms
memory: 11932kb
input:
1 999999999
output:
999999999
result:
ok answer is '999999999'
Test #6:
score: -100
Wrong Answer
time: 19ms
memory: 11964kb
input:
10 28851 8842 9535 2311 25337 26467 12720 10561 8892 6435
output:
67459
result:
wrong answer expected '56898', found '67459'