QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#526804#5503. Euclidean Algorithmucup-team1365#WA 1171ms8072kbC++171.0kb2024-08-21 20:35:112024-08-21 20:35:11

詳細信息

Test #1:

score: 100
Accepted
time: 11ms
memory: 7936kb

input:

3
2
5
14

output:

1
9
62

result:

ok 3 lines

Test #2:

score: -100
Wrong Answer
time: 1171ms
memory: 8072kb

input:

3
29107867360
65171672278
41641960535

output:

6637168152536
15497585364157
9675544732983

result:

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