結果

問題 No.423 ハムスター語初級(数詞)
ユーザー htensaihtensai
提出日時 2019-11-19 21:52:08
言語 Java21
(openjdk 21)
結果
WA  
実行時間 -
コード長 169 bytes
コンパイル時間 1,955 ms
コンパイル使用メモリ 76,176 KB
実行使用メモリ 54,060 KB
最終ジャッジ日時 2024-10-04 09:47:33
合計ジャッジ時間 3,563 ms
ジャッジサーバーID
(参考情報)
judge4 / judge3
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 99 ms
40,020 KB
testcase_01 AC 98 ms
39,796 KB
testcase_02 AC 98 ms
39,784 KB
testcase_03 AC 100 ms
40,116 KB
testcase_04 AC 106 ms
41,152 KB
testcase_05 WA -
testcase_06 AC 107 ms
40,704 KB
testcase_07 AC 109 ms
40,944 KB
testcase_08 AC 103 ms
41,276 KB
testcase_09 AC 97 ms
39,436 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