第一题 90分 import java.util.Scanner; public class Main { public static void main(String[] args) { Scanner sc = new Scanner(System.in); int hp = sc.nextInt(); int nor = sc.nextInt(); int att = sc.nextInt(); if (nor*2>att){ if(hp%nor>0) { System.out.println(hp / nor ...