class Main { public static void main(String[] args) { if (args.length == 2) System.out.println(args[1].hashCode()); } }