public class Testc{ public static void main(String[] args) { int a = (int)Math.pow(2, 5); System.out.println(a); }}