QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#38745 | #1462. Euclid's Algorithm | MaMengQi | WA | 171ms | 46768kb | Java11 | 2.3kb | 2022-07-07 11:28:29 | 2022-07-07 11:28:32 |
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: 145ms
memory: 46232kb
input:
2 2
output:
4
result:
ok answer is '4'
Test #2:
score: 0
Accepted
time: 113ms
memory: 46768kb
input:
2 4
output:
16
result:
ok answer is '16'
Test #3:
score: 0
Accepted
time: 113ms
memory: 46320kb
input:
2 6
output:
8
result:
ok answer is '8'
Test #4:
score: 0
Accepted
time: 171ms
memory: 46040kb
input:
4 2
output:
8
result:
ok answer is '8'
Test #5:
score: -100
Wrong Answer
time: 138ms
memory: 46696kb
input:
4 4
output:
32
result:
wrong answer expected '16', found '32'