util.Scanner; public class template { public static void main(String[] args) { // TODO edit this code // param Scanner sc = new Scanner(System.in); int n = Integer.parseInt(sc.next()); sc.close(); // resolve int ans = n; // answer System.out.println(ans); } }...
import java.util.Scanner; public class template { public static void main(String[] args) { // TODO edit this code // param Scanner sc = new Scanner(System.in); int n = Integer.parseInt(sc.next()); sc.close(); // resolve int ans = n; // answer System.out.println...