QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#38734 | #1462. Euclid's Algorithm | ZhangYiDe | WA | 18ms | 8352kb | Python3 | 243b | 2022-07-07 10:59:53 | 2022-07-07 10:59:54 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 100
Accepted
time: 11ms
memory: 8352kb
input:
2 2
output:
4
result:
ok answer is '4'
Test #2:
score: 0
Accepted
time: 18ms
memory: 8248kb
input:
2 4
output:
16
result:
ok answer is '16'
Test #3:
score: 0
Accepted
time: 15ms
memory: 8292kb
input:
2 6
output:
8
result:
ok answer is '8'
Test #4:
score: 0
Accepted
time: 11ms
memory: 8292kb
input:
4 2
output:
8
result:
ok answer is '8'
Test #5:
score: 0
Accepted
time: 13ms
memory: 8228kb
input:
4 4
output:
16
result:
ok answer is '16'
Test #6:
score: 0
Accepted
time: 5ms
memory: 8292kb
input:
4 6
output:
8
result:
ok answer is '8'
Test #7:
score: 0
Accepted
time: 12ms
memory: 8352kb
input:
6 2
output:
12
result:
ok answer is '12'
Test #8:
score: 0
Accepted
time: 9ms
memory: 8292kb
input:
6 6
output:
72
result:
ok answer is '72'
Test #9:
score: -100
Wrong Answer
time: 17ms
memory: 8288kb
input:
36 648
output:
23328.0
result:
wrong output format 23328.0 is not a valid integer