結果

問題 No.423 ハムスター語初級(数詞)
ユーザー NASU41NASU41
提出日時 2016-12-23 23:30:46
言語 Java21
(openjdk 21)
結果
WA  
実行時間 -
コード長 189 bytes
コンパイル時間 2,868 ms
コンパイル使用メモリ 77,428 KB
実行使用メモリ 41,732 KB
最終ジャッジ日時 2024-05-08 12:56:30
合計ジャッジ時間 5,098 ms
ジャッジサーバーID
(参考情報)
judge1 / judge2
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 145 ms
41,320 KB
testcase_01 AC 139 ms
41,732 KB
testcase_02 AC 140 ms
41,540 KB
testcase_03 AC 139 ms
41,336 KB
testcase_04 AC 138 ms
41,416 KB
testcase_05 WA -
testcase_06 AC 135 ms
41,284 KB
testcase_07 AC 138 ms
41,360 KB
testcase_08 AC 139 ms
41,360 KB
testcase_09 AC 139 ms
41,560 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

import java.util.*;

public class Main {
    public static void main(String[] args) {
        Scanner sc = new Scanner(System.in);
        System.out.println(sc.nextLine() + "ham");
    }
}
0