結果

問題 No.1119 Division 3
ユーザー planetWorldYplanetWorldY
提出日時 2021-02-11 18:10:06
言語 Java21
(openjdk 21)
結果
WA  
実行時間 -
コード長 351 bytes
コンパイル時間 1,888 ms
コンパイル使用メモリ 71,908 KB
実行使用メモリ 56,604 KB
最終ジャッジ日時 2023-09-25 07:55:25
合計ジャッジ時間 5,735 ms
ジャッジサーバーID
(参考情報)
judge13 / judge12
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 WA -
testcase_01 AC 122 ms
55,732 KB
testcase_02 WA -
testcase_03 WA -
testcase_04 AC 125 ms
56,044 KB
testcase_05 WA -
testcase_06 AC 120 ms
56,152 KB
testcase_07 AC 119 ms
56,524 KB
testcase_08 AC 121 ms
55,776 KB
testcase_09 AC 122 ms
55,736 KB
testcase_10 AC 122 ms
55,940 KB
testcase_11 AC 125 ms
55,860 KB
testcase_12 AC 121 ms
55,736 KB
testcase_13 AC 122 ms
55,736 KB
testcase_14 AC 122 ms
55,772 KB
testcase_15 WA -
testcase_16 AC 123 ms
55,476 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