// import java.lang.reflect.Method; import java.util.*; public class Main { public static Stack> S = new Stack<>(); public static void main(String[] args){ // S.push(new Stackitem("Double",4)); } }