結果

問題 No.552 十分簡単な星1の問題
ユーザー misk703misk703
提出日時 2018-06-01 13:04:25
言語 Java19
(openjdk 21)
結果
WA  
実行時間 -
コード長 194 bytes
コンパイル時間 3,471 ms
コンパイル使用メモリ 72,768 KB
実行使用メモリ 56,180 KB
最終ジャッジ日時 2023-09-12 21:18:15
合計ジャッジ時間 11,127 ms
ジャッジサーバーID
(参考情報)
judge12 / judge13
このコードへのチャレンジ(β)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 WA -
testcase_01 AC 128 ms
55,860 KB
testcase_02 AC 126 ms
55,588 KB
testcase_03 AC 127 ms
56,164 KB
testcase_04 AC 124 ms
55,888 KB
testcase_05 AC 124 ms
55,544 KB
testcase_06 AC 126 ms
55,748 KB
testcase_07 AC 125 ms
55,528 KB
testcase_08 AC 126 ms
55,636 KB
testcase_09 AC 127 ms
55,752 KB
testcase_10 AC 128 ms
55,488 KB
testcase_11 AC 128 ms
56,092 KB
testcase_12 AC 124 ms
55,748 KB
testcase_13 AC 125 ms
55,488 KB
testcase_14 AC 124 ms
55,752 KB
testcase_15 AC 124 ms
56,064 KB
testcase_16 AC 126 ms
55,808 KB
testcase_17 AC 126 ms
56,180 KB
testcase_18 AC 124 ms
55,768 KB
testcase_19 AC 125 ms
55,684 KB
testcase_20 AC 125 ms
55,912 KB
testcase_21 AC 126 ms
55,608 KB
testcase_22 AC 125 ms
56,104 KB
testcase_23 AC 125 ms
55,804 KB
testcase_24 AC 125 ms
55,884 KB
testcase_25 AC 125 ms
55,848 KB
testcase_26 AC 125 ms
55,756 KB
testcase_27 AC 127 ms
56,140 KB
testcase_28 AC 126 ms
56,004 KB
testcase_29 AC 126 ms
56,068 KB
testcase_30 AC 127 ms
55,980 KB
testcase_31 AC 126 ms
56,100 KB
testcase_32 AC 126 ms
55,776 KB
testcase_33 AC 126 ms
56,104 KB
testcase_34 AC 124 ms
56,092 KB
testcase_35 AC 126 ms
55,968 KB
testcase_36 AC 126 ms
55,608 KB
testcase_37 AC 124 ms
55,932 KB
testcase_38 AC 124 ms
56,084 KB
testcase_39 AC 124 ms
56,000 KB
testcase_40 AC 124 ms
56,064 KB
testcase_41 AC 126 ms
55,440 KB
testcase_42 AC 126 ms
55,676 KB
testcase_43 AC 127 ms
55,804 KB
testcase_44 AC 126 ms
55,596 KB
testcase_45 AC 124 ms
55,712 KB
testcase_46 AC 125 ms
55,908 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

import java.util.Scanner;

public class No552 {

    public static void main(String[] args) {
	Scanner s = new Scanner(System.in);
	String S = s.nextLine();
	System.out.println(S + "0");
    }
}
0