QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#38736#1462. Euclid's AlgorithmMaMengQiWA 132ms48276kbJava112.1kb2022-07-07 11:02:032022-07-07 11:02:04

詳細信息

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'