import java.util.Scanner; public class No70 { public static void main(String[] args) { Scanner scan = new Scanner(System.in); //計測する日数 int n =scan.nextInt(); //寝た時間の合計 int sum = 0; //寝た時間を計測 for(int i=0;i