QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#169085#5503. Euclidean AlgorithmGuanYunchangTL 2ms3576kbC++142.7kb2023-09-09 12:12:152023-09-09 12:12:16

详细

Test #1:

score: 100
Accepted
time: 2ms
memory: 3576kb

input:

3
2
5
14

output:

1
9
62

result:

ok 3 lines

Test #2:

score: -100
Time Limit Exceeded

input:

3
29107867360
65171672278
41641960535

output:


result: