News
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 ...
Results that may be inaccessible to you are currently showing.
Hide inaccessible results