藍橋杯 序列求和 java

思路: 用一個for循環進行累加便可 代碼: import java.util.Scanner; //序列求和 public class BEGIN_2 { public static void main(String[] args) { Scanner sc = new Scanner(System.in); Integer n = sc.nextIn
相關文章
相關標籤/搜索