// 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 ...
一部の結果でアクセス不可の可能性があるため、非表示になっています。
アクセス不可の結果を表示する