結果

問題 No.552 十分簡単な星1の問題
ユーザー fal_rndfal_rnd
提出日時 2017-08-12 00:04:08
言語 Java21
(openjdk 21)
結果
AC  
実行時間 132 ms / 2,000 ms
コード長 190 bytes
コンパイル時間 5,456 ms
コンパイル使用メモリ 73,748 KB
実行使用メモリ 56,464 KB
最終ジャッジ日時 2023-08-03 00:14:01
合計ジャッジ時間 11,043 ms
ジャッジサーバーID
(参考情報)
judge14 / judge12
このコードへのチャレンジ(β)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 121 ms
55,908 KB
testcase_01 AC 124 ms
54,004 KB
testcase_02 AC 125 ms
55,900 KB
testcase_03 AC 126 ms
55,736 KB
testcase_04 AC 127 ms
56,104 KB
testcase_05 AC 127 ms
55,804 KB
testcase_06 AC 127 ms
55,844 KB
testcase_07 AC 123 ms
55,952 KB
testcase_08 AC 126 ms
55,964 KB
testcase_09 AC 123 ms
55,736 KB
testcase_10 AC 125 ms
55,716 KB
testcase_11 AC 124 ms
55,412 KB
testcase_12 AC 126 ms
55,484 KB
testcase_13 AC 124 ms
56,464 KB
testcase_14 AC 121 ms
55,924 KB
testcase_15 AC 123 ms
55,900 KB
testcase_16 AC 125 ms
55,480 KB
testcase_17 AC 124 ms
55,604 KB
testcase_18 AC 126 ms
55,976 KB
testcase_19 AC 121 ms
55,884 KB
testcase_20 AC 120 ms
56,088 KB
testcase_21 AC 120 ms
55,740 KB
testcase_22 AC 122 ms
55,496 KB
testcase_23 AC 122 ms
56,380 KB
testcase_24 AC 123 ms
56,168 KB
testcase_25 AC 123 ms
55,668 KB
testcase_26 AC 123 ms
55,484 KB
testcase_27 AC 121 ms
55,880 KB
testcase_28 AC 122 ms
55,840 KB
testcase_29 AC 123 ms
56,152 KB
testcase_30 AC 131 ms
55,820 KB
testcase_31 AC 132 ms
55,524 KB
testcase_32 AC 130 ms
55,556 KB
testcase_33 AC 131 ms
55,904 KB
testcase_34 AC 132 ms
55,480 KB
testcase_35 AC 130 ms
55,820 KB
testcase_36 AC 128 ms
55,648 KB
testcase_37 AC 128 ms
55,456 KB
testcase_38 AC 129 ms
55,420 KB
testcase_39 AC 127 ms
55,720 KB
testcase_40 AC 127 ms
55,712 KB
testcase_41 AC 126 ms
55,924 KB
testcase_42 AC 128 ms
55,728 KB
testcase_43 AC 129 ms
55,632 KB
testcase_44 AC 127 ms
55,760 KB
testcase_45 AC 127 ms
55,444 KB
testcase_46 AC 127 ms
55,876 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

import java.util.Scanner;
class Main{
	static Scanner s=new Scanner(System.in);
	public static void main(String[]$){
		String in=s.next();
		System.out.println(in.equals("0")?0:in+"0");
	}
}
0