QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#105420#5503. Euclidean AlgorithmchenchiTL 29063ms8052kbC++201.1kb2023-05-14 01:36:062023-05-14 01:36:08

詳細信息

Test #1:

score: 100
Accepted
time: 0ms
memory: 8052kb

input:

3
2
5
14

output:

1
9
62

result:

ok 3 lines

Test #2:

score: 0
Accepted
time: 29063ms
memory: 8000kb

input:

3
29107867360
65171672278
41641960535

output:

8921593237533
21300450379732
13136180138425

result:

ok 3 lines

Test #3:

score: -100
Time Limit Exceeded

input:

3
90076809172
100000000000
99913139559

output:


result: