QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#135800 | #5503. Euclidean Algorithm | HuangHanSheng | WA | 2241ms | 3476kb | C++17 | 695b | 2023-08-06 02:22:55 | 2023-08-06 02:22:56 |
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: 1ms
memory: 3460kb
input:
3 2 5 14
output:
1 9 62
result:
ok 3 lines
Test #2:
score: -100
Wrong Answer
time: 2241ms
memory: 3476kb
input:
3 29107867360 65171672278 41641960535
output:
8081357316273 19275966064778 11893891731241
result:
wrong answer 1st lines differ - expected: '8921593237533', found: '8081357316273'