結果

問題 No.423 ハムスター語初級(数詞)
ユーザー NASU41NASU41
提出日時 2016-12-23 23:30:46
言語 Java21
(openjdk 21)
結果
WA  
実行時間 -
コード長 189 bytes
コンパイル時間 4,193 ms
コンパイル使用メモリ 72,104 KB
実行使用メモリ 56,192 KB
最終ジャッジ日時 2023-08-21 07:41:43
合計ジャッジ時間 6,586 ms
ジャッジサーバーID
(参考情報)
judge14 / judge11
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 126 ms
55,728 KB
testcase_01 AC 128 ms
55,828 KB
testcase_02 AC 129 ms
55,860 KB
testcase_03 AC 129 ms
55,992 KB
testcase_04 AC 128 ms
55,964 KB
testcase_05 WA -
testcase_06 AC 129 ms
55,736 KB
testcase_07 AC 131 ms
55,800 KB
testcase_08 AC 130 ms
56,192 KB
testcase_09 AC 128 ms
56,124 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