#Lutece1037. Destroy room

Destroy room

Migrated from Lutece 1037 Destroy room

All parts of this problem, including description, images, samples, data and checker, might be broken. If you find bugs in this problem, please contact the admins.

Description

There are nn room number from 11 to nn, and there are at most 77 people in each room. Dave, a leader of all the people, think there is no need using all of those room. so he ask people gathering to some rooms, and destory others.

But he all is a superstitious man. He want the number of people in one room is 44 or 77.

It will cost need ij|i-j| seconds when a person for room ii go to room jj, Dave want to know how to arrange it so people will cost as little as possible.

Input

First has one element nn.

Second line has nn numbers, indicate the number of people in ithi_{th} room.

n100000n \leq 100000

Output

If there is a way to arrang it, output the tot time people gone cost.

If there is no way to make it match the condition,output -1.

Samples

5
2 3 1 0 6
7
2
3 2
-1

Resources

The 13th UESTC Programming Contest Preliminary