摘要: class Solution { public int calPoints(String[] operations) { int[] a = new int[1000]; int j =0; int sum = 0; for(int i=0;i<operations.length;i++){ if( 阅读全文
posted @ 2024-07-29 13:56 Sao_maoer 阅读(18) 评论(0) 推荐(0)