import java.io.*; import java.util.*; import java.math.*; public class Solution { public static void main(String[] args) { Scanner in = new Scanner(System.in); int n = 3; BigInteger[] ar = new BigInteger[n]; for(int i=0;i