結果

問題 No.423 ハムスター語初級(数詞)
ユーザー tentententen
提出日時 2020-09-28 23:15:35
言語 Java21
(openjdk 21)
結果
WA  
実行時間 -
コード長 169 bytes
コンパイル時間 1,988 ms
コンパイル使用メモリ 72,276 KB
実行使用メモリ 56,392 KB
最終ジャッジ日時 2023-09-15 16:15:17
合計ジャッジ時間 3,934 ms
ジャッジサーバーID
(参考情報)
judge13 / judge14
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 118 ms
56,392 KB
testcase_01 AC 117 ms
55,972 KB
testcase_02 AC 118 ms
54,040 KB
testcase_03 AC 124 ms
54,120 KB
testcase_04 AC 118 ms
55,948 KB
testcase_05 WA -
testcase_06 AC 119 ms
56,144 KB
testcase_07 AC 118 ms
55,692 KB
testcase_08 AC 119 ms
55,752 KB
testcase_09 AC 119 ms
55,860 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

import java.util.*;

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