QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#697402 | #5542. Doubled GCD | ZhaoZiLong | WA | 0ms | 3652kb | C++17 | 794b | 2024-11-01 13:55:03 | 2024-11-01 13:55:04 |
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: 3652kb
input:
3 2 4 6
output:
8
result:
ok single line: '8'
Test #2:
score: 0
Accepted
time: 0ms
memory: 3616kb
input:
3 3 5 7
output:
2
result:
ok single line: '2'
Test #3:
score: 0
Accepted
time: 0ms
memory: 3548kb
input:
4 9 9 9 9
output:
36
result:
ok single line: '36'
Test #4:
score: -100
Wrong Answer
time: 0ms
memory: 3560kb
input:
5 10 100 1000 10000 100000
output:
80
result:
wrong answer 1st lines differ - expected: '160', found: '80'