// Math.pow() is used to return a value of the first argument raised to // the power of second argument.
import java.util.Scanner; public class Main { public static void main(String arg[]){ Scanner sc = new Scanner(System.in); int n = sc.nextInt(); int last = n%10; int ...
現在アクセス不可の可能性がある結果が表示されています。
アクセス不可の結果を非表示にする