QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#38734#1462. Euclid's AlgorithmZhangYiDeWA 18ms8352kbPython3243b2022-07-07 10:59:532022-07-07 10:59:54

詳細信息

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