結果

問題 No.423 ハムスター語初級(数詞)
ユーザー htensaihtensai
提出日時 2019-11-19 21:52:08
言語 Java19
(openjdk 21)
結果
WA  
実行時間 -
コード長 169 bytes
コンパイル時間 4,657 ms
コンパイル使用メモリ 71,928 KB
実行使用メモリ 55,752 KB
最終ジャッジ日時 2023-07-27 14:08:46
合計ジャッジ時間 7,197 ms
ジャッジサーバーID
(参考情報)
judge12 / judge15
このコードへのチャレンジ(β)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 127 ms
55,644 KB
testcase_01 AC 127 ms
55,692 KB
testcase_02 AC 128 ms
55,420 KB
testcase_03 AC 128 ms
55,512 KB
testcase_04 AC 130 ms
55,752 KB
testcase_05 WA -
testcase_06 AC 126 ms
55,736 KB
testcase_07 AC 127 ms
55,568 KB
testcase_08 AC 129 ms
55,592 KB
testcase_09 AC 127 ms
55,632 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