QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#38701 | #1462. Euclid's Algorithm | ZhangYiDe | WA | 113ms | 38472kb | Java11 | 2.2kb | 2022-07-07 10:23:28 | 2022-07-07 10:23:29 |
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: 113ms
memory: 38472kb
input:
2 2
output:
4
result:
ok answer is '4'
Test #2:
score: -100
Wrong Answer
time: 107ms
memory: 38352kb
input:
2 4
output:
8
result:
wrong answer expected '16', found '8'