QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#88239 | #5503. Euclidean Algorithm | MorrocoChef | WA | 17750ms | 5220kb | C++14 | 4.4kb | 2023-03-15 18:20:43 | 2023-03-15 18:20: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: 3ms
memory: 5168kb
input:
3 2 5 14
output:
1 9 62
result:
ok 3 lines
Test #2:
score: 0
Accepted
time: 10790ms
memory: 5216kb
input:
3 29107867360 65171672278 41641960535
output:
8921593237533 21300450379732 13136180138425
result:
ok 3 lines
Test #3:
score: -100
Wrong Answer
time: 17750ms
memory: 5220kb
input:
3 90076809172 100000000000 99913139559
output:
30192292781437 33790187414013 33758574429172
result:
wrong answer 1st lines differ - expected: '30192292781431', found: '30192292781437'