QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#88239#5503. Euclidean AlgorithmMorrocoChefWA 17750ms5220kbC++144.4kb2023-03-15 18:20:432023-03-15 18:20:47

详细

Test #1:

score: 100
Accepted
time: 3ms
memory: 5168kb

input:

3
2
5
14

output:

1
9
62

result:

ok 3 lines

Test #2:

score: 0
Accepted
time: 10790ms
memory: 5216kb

input:

3
29107867360
65171672278
41641960535

output:

8921593237533
21300450379732
13136180138425

result:

ok 3 lines

Test #3:

score: -100
Wrong Answer
time: 17750ms
memory: 5220kb

input:

3
90076809172
100000000000
99913139559

output:

30192292781437
33790187414013
33758574429172

result:

wrong answer 1st lines differ - expected: '30192292781431', found: '30192292781437'