import java.util.*; import java.io.*; public class Main{ static final Reader sc = new Reader(); static final PrintWriter out = new PrintWriter(System.out,false); public static void main(String[] args) throws Exception { int n = sc.nextInt(); long[] a = new long[n]; long[] b = new long[n]; long[] c = new long[n]; long max = 0; for(int i=0;i