QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#38733 | #1462. Euclid's Algorithm | MaMengQi | WA | 17ms | 8288kb | Python3 | 204b | 2022-07-07 10:54:09 | 2022-07-07 10:54:11 |
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: 12ms
memory: 8248kb
input:
2 2
output:
4
result:
ok answer is '4'
Test #2:
score: -100
Wrong Answer
time: 17ms
memory: 8288kb
input:
2 4
output:
8
result:
wrong answer expected '16', found '8'