QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#38747 | #1462. Euclid's Algorithm | MaMengQi | WA | 152ms | 52584kb | Java11 | 2.3kb | 2022-07-07 11:30:43 | 2022-07-07 11:30:45 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
Test #1:
score: 100
Accepted
time: 108ms
memory: 52584kb
input:
2 2
output:
4
result:
ok answer is '4'
Test #2:
score: 0
Accepted
time: 138ms
memory: 52192kb
input:
2 4
output:
16
result:
ok answer is '16'
Test #3:
score: 0
Accepted
time: 141ms
memory: 48848kb
input:
2 6
output:
8
result:
ok answer is '8'
Test #4:
score: 0
Accepted
time: 118ms
memory: 50180kb
input:
4 2
output:
8
result:
ok answer is '8'
Test #5:
score: 0
Accepted
time: 137ms
memory: 50460kb
input:
4 4
output:
16
result:
ok answer is '16'
Test #6:
score: 0
Accepted
time: 145ms
memory: 48576kb
input:
4 6
output:
8
result:
ok answer is '8'
Test #7:
score: 0
Accepted
time: 152ms
memory: 48532kb
input:
6 2
output:
12
result:
ok answer is '12'
Test #8:
score: -100
Wrong Answer
time: 137ms
memory: 52580kb
input:
6 6
output:
36
result:
wrong answer expected '72', found '36'