class Solution { public int removeElement(int[] nums, int val) { List num=new ArrayList<>(); for(int i=0;i
京公网安备 11010502049817号