class main{ public static void main(String[] args) { st k=new st(23); st y=new st(23); System.out.println(k.equals(y)); } } class s