CF392D Three Arrays

Description

There are three arrays $ a $ , $ b $ and $ c $ . Each of them consists of $ n $ integers. SmallY wants to find three integers $ u $ , $ v $ , $ w $ $ (0

Input Format

The first line contains a single integer $ n $ $ (1

Output Format

Print a single integer — the minimum possible sum of $ u+v+w $ .

Explanation/Hint

In the first example you should choose $ u=3,v=0,w=2 $ . In the second example you should choose $ u=1,v=3,w=1 $ .