QOJ.ac
QOJ
The 2nd Universal Cup Finals is coming! Check out our event page, schedule, and competition rules!
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#105424 | #5503. Euclidean Algorithm | chenchi | WA | 12938ms | 7976kb | C++20 | 1.1kb | 2023-05-14 01:43:14 | 2023-05-14 01:43:19 |
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: 30ms
memory: 7976kb
input:
3 2 5 14
output:
1 9 62
result:
ok 3 lines
Test #2:
score: -100
Wrong Answer
time: 12938ms
memory: 7952kb
input:
3 29107867360 65171672278 41641960535
output:
8914090670439 21283652215580 13125446867286
result:
wrong answer 1st lines differ - expected: '8921593237533', found: '8914090670439'