結果

問題 No.908 うしたぷにきあくん文字列
ユーザー planetWorldYplanetWorldY
提出日時 2020-02-22 19:38:14
言語 Java21
(openjdk 21)
結果
WA  
実行時間 -
コード長 282 bytes
コンパイル時間 1,880 ms
コンパイル使用メモリ 74,576 KB
実行使用メモリ 55,928 KB
最終ジャッジ日時 2024-04-18 03:01:55
合計ジャッジ時間 5,016 ms
ジャッジサーバーID
(参考情報)
judge4 / judge3
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 130 ms
41,428 KB
testcase_01 WA -
testcase_02 WA -
testcase_03 AC 106 ms
41,052 KB
testcase_04 WA -
testcase_05 WA -
testcase_06 WA -
testcase_07 WA -
testcase_08 WA -
testcase_09 WA -
testcase_10 WA -
testcase_11 AC 100 ms
41,252 KB
testcase_12 WA -
testcase_13 AC 117 ms
41,492 KB
testcase_14 WA -
testcase_15 AC 120 ms
40,220 KB
testcase_16 WA -
testcase_17 AC 100 ms
41,248 KB
testcase_18 WA -
testcase_19 AC 119 ms
41,288 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

import java.util.*;
import java.io.*;

public class Main {
    public static void main(String[] args) {
       Scanner sc = new Scanner(System.in);
       String name = sc.nextLine();
       int moji = 17;
       if(moji < 18){
           System.out.println("Yes");
       }
    }
}
0