QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#167128#5503. Euclidean AlgorithmHuangHanShengWA 1371ms3512kbC++20795b2023-09-07 09:37:172023-09-07 09:37:18

詳細信息

Test #1:

score: 100
Accepted
time: 1ms
memory: 3512kb

input:

3
2
5
14

output:

1
9
62

result:

ok 3 lines

Test #2:

score: -100
Wrong Answer
time: 1371ms
memory: 3404kb

input:

3
29107867360
65171672278
41641960535

output:

526529808500
526529808500
526529808500

result:

wrong answer 1st lines differ - expected: '8921593237533', found: '526529808500'