QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#38736 | #1462. Euclid's Algorithm | MaMengQi | WA | 132ms | 48276kb | Java11 | 2.1kb | 2022-07-07 11:02:03 | 2022-07-07 11:02:04 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 100
Accepted
time: 119ms
memory: 46528kb
input:
2 2
output:
4
result:
ok answer is '4'
Test #2:
score: 0
Accepted
time: 132ms
memory: 46156kb
input:
2 4
output:
16
result:
ok answer is '16'
Test #3:
score: -100
Wrong Answer
time: 132ms
memory: 48276kb
input:
2 6
output:
24
result:
wrong answer expected '8', found '24'