QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#175943 | #5503. Euclidean Algorithm | aaaaa | WA | 1072ms | 3804kb | C++17 | 2.3kb | 2023-09-11 06:17:42 | 2023-09-11 06:17:42 |
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: 3680kb
input:
3 2 5 14
output:
1 9 62
result:
ok 3 lines
Test #2:
score: 0
Accepted
time: 630ms
memory: 3640kb
input:
3 29107867360 65171672278 41641960535
output:
8921593237533 21300450379732 13136180138425
result:
ok 3 lines
Test #3:
score: -100
Wrong Answer
time: 1072ms
memory: 3804kb
input:
3 90076809172 100000000000 99913139559
output:
30192292781431 33790187414021 33758574429172
result:
wrong answer 2nd lines differ - expected: '33790187414013', found: '33790187414021'