第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號(hào)安全,請(qǐng)及時(shí)綁定郵箱和手機(jī)立即綁定
已解決430363個(gè)問題,去搜搜看,總會(huì)有你想問的

掃描儀在輸入時(shí)拋出 java.util.NoSuchElementException

掃描儀在輸入時(shí)拋出 java.util.NoSuchElementException

慕妹3242003 2021-09-03 17:11:03
下面的這段代碼拋出NoSuchElementException了函數(shù)aVeryBigSum。PS:這是hackerrank的任務(wù),所以我只能修改函數(shù)中的代碼:aVeryBigSum。此函數(shù)接受以下輸入:n要添加的數(shù)組中的元素?cái)?shù),以及數(shù)組的元素。import java.io.*;import java.math.*;import java.security.*;import java.text.*;import java.util.*;import java.util.concurrent.*;import java.util.regex.*;public class Solution {    // Complete the aVeryBigSum function below.    static long aVeryBigSum(long[] ar) {        int n, sum = 0;        Scanner read = new Scanner(System.in);        n = read.nextInt();        for(int i = 0; i < n; i++)            sum += read.nextLong();        return sum;    }    private static final Scanner scanner = new Scanner(System.in);    public static void main(String[] args) throws IOException {        BufferedWriter bufferedWriter                = new BufferedWriter(new FileWriter(System.getenv("OUTPUT_PATH")));        int arCount = scanner.nextInt();        scanner.skip("(\r\n|[\n\r\u2028\u2029\u0085])?");        long[] ar = new long[arCount];        String[] arItems = scanner.nextLine().split(" ");        scanner.skip("(\r\n|[\n\r\u2028\u2029\u0085])?");        for (int i = 0; i < arCount; i++) {            long arItem = Long.parseLong(arItems[i]);            ar[i] = arItem;        }        long result = aVeryBigSum(ar);        bufferedWriter.write(String.valueOf(result));        bufferedWriter.newLine();        bufferedWriter.close();        scanner.close();    }}輸出:
查看完整描述

2 回答

  • 2 回答
  • 0 關(guān)注
  • 193 瀏覽

添加回答

舉報(bào)

0/150
提交
取消
微信客服

購課補(bǔ)貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動(dòng)學(xué)習(xí)伙伴

公眾號(hào)

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號(hào)