結果

問題 No.1119 Division 3
ユーザー planetWorldYplanetWorldY
提出日時 2021-02-11 18:10:06
言語 Java21
(openjdk 21)
結果
WA  
実行時間 -
コード長 351 bytes
コンパイル時間 1,909 ms
コンパイル使用メモリ 74,032 KB
実行使用メモリ 54,796 KB
最終ジャッジ日時 2024-07-18 06:32:15
合計ジャッジ時間 4,890 ms
ジャッジサーバーID
(参考情報)
judge1 / judge5
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 WA -
testcase_01 AC 108 ms
52,952 KB
testcase_02 WA -
testcase_03 WA -
testcase_04 AC 107 ms
52,960 KB
testcase_05 WA -
testcase_06 AC 117 ms
54,208 KB
testcase_07 AC 117 ms
53,964 KB
testcase_08 AC 120 ms
54,208 KB
testcase_09 AC 121 ms
54,088 KB
testcase_10 AC 120 ms
54,232 KB
testcase_11 AC 117 ms
52,680 KB
testcase_12 AC 120 ms
54,256 KB
testcase_13 AC 119 ms
54,056 KB
testcase_14 AC 115 ms
53,452 KB
testcase_15 WA -
testcase_16 AC 117 ms
53,836 KB
testcase_17 WA -
権限があれば一括ダウンロードができます

ソースコード

diff #

import java.util.*;

public class Main {
    public static void main(String[] args) throws Exception {
        Scanner sc = new Scanner(System.in);
        int[] number = new int[3];
        for(int i = 0; i < number.length; ++i){
            number[i] = sc.nextInt();
        
    if(i % 3 == 0){
        System.out.println("Yes");
      
    
}
}
}}
0