結果

問題 No.552 十分簡単な星1の問題
ユーザー YOSHIYOSHI
提出日時 2021-03-19 21:59:54
言語 Java21
(openjdk 21)
結果
WA  
実行時間 -
コード長 315 bytes
コンパイル時間 5,407 ms
コンパイル使用メモリ 74,356 KB
実行使用メモリ 37,372 KB
最終ジャッジ日時 2024-04-29 16:50:30
合計ジャッジ時間 7,907 ms
ジャッジサーバーID
(参考情報)
judge5 / judge2
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 WA -
testcase_01 AC 58 ms
37,168 KB
testcase_02 AC 59 ms
36,864 KB
testcase_03 AC 58 ms
37,224 KB
testcase_04 AC 58 ms
37,168 KB
testcase_05 AC 57 ms
37,288 KB
testcase_06 AC 58 ms
37,200 KB
testcase_07 AC 57 ms
37,072 KB
testcase_08 AC 58 ms
37,052 KB
testcase_09 AC 57 ms
37,144 KB
testcase_10 AC 58 ms
37,012 KB
testcase_11 AC 58 ms
36,912 KB
testcase_12 AC 58 ms
37,236 KB
testcase_13 AC 58 ms
36,736 KB
testcase_14 AC 59 ms
36,860 KB
testcase_15 AC 58 ms
36,912 KB
testcase_16 AC 58 ms
37,256 KB
testcase_17 AC 57 ms
37,196 KB
testcase_18 AC 58 ms
36,984 KB
testcase_19 AC 56 ms
37,108 KB
testcase_20 AC 57 ms
37,024 KB
testcase_21 AC 57 ms
36,736 KB
testcase_22 AC 58 ms
37,180 KB
testcase_23 AC 58 ms
37,204 KB
testcase_24 AC 58 ms
37,140 KB
testcase_25 AC 58 ms
37,204 KB
testcase_26 AC 58 ms
36,980 KB
testcase_27 AC 59 ms
37,024 KB
testcase_28 AC 58 ms
37,272 KB
testcase_29 AC 57 ms
37,040 KB
testcase_30 AC 57 ms
36,992 KB
testcase_31 AC 58 ms
37,168 KB
testcase_32 AC 58 ms
36,736 KB
testcase_33 AC 58 ms
36,948 KB
testcase_34 AC 58 ms
37,024 KB
testcase_35 AC 59 ms
37,372 KB
testcase_36 AC 57 ms
37,016 KB
testcase_37 AC 57 ms
37,036 KB
testcase_38 AC 58 ms
36,896 KB
testcase_39 AC 59 ms
37,208 KB
testcase_40 AC 60 ms
37,088 KB
testcase_41 AC 59 ms
37,272 KB
testcase_42 AC 58 ms
37,024 KB
testcase_43 AC 58 ms
37,100 KB
testcase_44 AC 60 ms
37,084 KB
testcase_45 AC 59 ms
37,180 KB
testcase_46 AC 58 ms
36,860 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;

public class No00000552_Main {
	static BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
	public static void main(String[] args) throws IOException {
		System.out.println(br.readLine() + "0");
	}
}
0