QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#86204#5503. Euclidean AlgorithmGuanYunchangTL 2ms3220kbC++201.3kb2023-03-09 15:21:122023-03-09 15:21:14

详细

Test #1:

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

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: