結果

問題 No.423 ハムスター語初級(数詞)
ユーザー tentententen
提出日時 2020-09-28 23:15:35
言語 Java21
(openjdk 21)
結果
WA  
実行時間 -
コード長 169 bytes
コンパイル時間 2,022 ms
コンパイル使用メモリ 76,680 KB
実行使用メモリ 53,048 KB
最終ジャッジ日時 2024-07-02 18:46:15
合計ジャッジ時間 4,060 ms
ジャッジサーバーID
(参考情報)
judge3 / judge1
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 114 ms
40,972 KB
testcase_01 AC 113 ms
40,292 KB
testcase_02 AC 115 ms
41,484 KB
testcase_03 AC 113 ms
41,208 KB
testcase_04 AC 102 ms
41,052 KB
testcase_05 WA -
testcase_06 AC 106 ms
41,408 KB
testcase_07 AC 114 ms
41,400 KB
testcase_08 AC 102 ms
41,188 KB
testcase_09 AC 113 ms
40,016 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