結果

問題 No.552 十分簡単な星1の問題
ユーザー fal_rndfal_rnd
提出日時 2017-08-12 00:04:08
言語 Java21
(openjdk 21)
結果
AC  
実行時間 136 ms / 2,000 ms
コード長 190 bytes
コンパイル時間 4,504 ms
コンパイル使用メモリ 76,116 KB
実行使用メモリ 41,420 KB
最終ジャッジ日時 2024-04-21 00:03:17
合計ジャッジ時間 10,398 ms
ジャッジサーバーID
(参考情報)
judge2 / judge4
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 113 ms
39,868 KB
testcase_01 AC 132 ms
41,088 KB
testcase_02 AC 123 ms
39,648 KB
testcase_03 AC 131 ms
41,244 KB
testcase_04 AC 132 ms
41,292 KB
testcase_05 AC 118 ms
39,644 KB
testcase_06 AC 134 ms
40,768 KB
testcase_07 AC 130 ms
41,100 KB
testcase_08 AC 133 ms
40,936 KB
testcase_09 AC 136 ms
41,284 KB
testcase_10 AC 131 ms
41,020 KB
testcase_11 AC 119 ms
39,660 KB
testcase_12 AC 132 ms
41,312 KB
testcase_13 AC 130 ms
40,816 KB
testcase_14 AC 131 ms
40,652 KB
testcase_15 AC 132 ms
40,940 KB
testcase_16 AC 133 ms
41,036 KB
testcase_17 AC 121 ms
39,580 KB
testcase_18 AC 119 ms
39,636 KB
testcase_19 AC 130 ms
40,972 KB
testcase_20 AC 131 ms
41,132 KB
testcase_21 AC 116 ms
40,176 KB
testcase_22 AC 135 ms
40,948 KB
testcase_23 AC 132 ms
40,712 KB
testcase_24 AC 118 ms
39,644 KB
testcase_25 AC 132 ms
40,928 KB
testcase_26 AC 133 ms
40,880 KB
testcase_27 AC 133 ms
41,108 KB
testcase_28 AC 133 ms
41,292 KB
testcase_29 AC 133 ms
40,956 KB
testcase_30 AC 116 ms
39,984 KB
testcase_31 AC 117 ms
40,076 KB
testcase_32 AC 131 ms
41,000 KB
testcase_33 AC 131 ms
41,056 KB
testcase_34 AC 117 ms
39,616 KB
testcase_35 AC 130 ms
41,044 KB
testcase_36 AC 134 ms
41,216 KB
testcase_37 AC 123 ms
40,932 KB
testcase_38 AC 133 ms
40,880 KB
testcase_39 AC 130 ms
41,072 KB
testcase_40 AC 131 ms
41,064 KB
testcase_41 AC 131 ms
40,992 KB
testcase_42 AC 117 ms
39,852 KB
testcase_43 AC 132 ms
40,816 KB
testcase_44 AC 131 ms
41,012 KB
testcase_45 AC 134 ms
41,420 KB
testcase_46 AC 118 ms
39,796 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