結果

問題 No.552 十分簡単な星1の問題
ユーザー YOSHIYOSHI
提出日時 2021-03-19 21:59:54
言語 Java21
(openjdk 21)
結果
WA  
実行時間 -
コード長 315 bytes
コンパイル時間 3,435 ms
コンパイル使用メモリ 78,856 KB
実行使用メモリ 37,488 KB
最終ジャッジ日時 2024-11-18 22:17:58
合計ジャッジ時間 7,809 ms
ジャッジサーバーID
(参考情報)
judge4 / judge5
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 WA -
testcase_01 AC 59 ms
37,336 KB
testcase_02 AC 60 ms
36,960 KB
testcase_03 AC 60 ms
37,268 KB
testcase_04 AC 60 ms
37,212 KB
testcase_05 AC 60 ms
37,180 KB
testcase_06 AC 59 ms
37,268 KB
testcase_07 AC 60 ms
37,440 KB
testcase_08 AC 60 ms
37,488 KB
testcase_09 AC 58 ms
37,296 KB
testcase_10 AC 61 ms
37,440 KB
testcase_11 AC 59 ms
37,408 KB
testcase_12 AC 60 ms
37,272 KB
testcase_13 AC 61 ms
37,180 KB
testcase_14 AC 60 ms
37,268 KB
testcase_15 AC 60 ms
37,388 KB
testcase_16 AC 60 ms
37,440 KB
testcase_17 AC 59 ms
37,336 KB
testcase_18 AC 60 ms
37,384 KB
testcase_19 AC 60 ms
37,140 KB
testcase_20 AC 61 ms
36,948 KB
testcase_21 AC 60 ms
37,380 KB
testcase_22 AC 62 ms
37,336 KB
testcase_23 AC 61 ms
37,248 KB
testcase_24 AC 60 ms
37,268 KB
testcase_25 AC 61 ms
37,164 KB
testcase_26 AC 63 ms
37,440 KB
testcase_27 AC 61 ms
37,216 KB
testcase_28 AC 60 ms
37,212 KB
testcase_29 AC 62 ms
37,276 KB
testcase_30 AC 60 ms
37,384 KB
testcase_31 AC 59 ms
37,268 KB
testcase_32 AC 60 ms
37,440 KB
testcase_33 AC 60 ms
37,308 KB
testcase_34 AC 60 ms
37,456 KB
testcase_35 AC 60 ms
37,388 KB
testcase_36 AC 60 ms
37,336 KB
testcase_37 AC 60 ms
37,140 KB
testcase_38 AC 59 ms
37,272 KB
testcase_39 AC 60 ms
37,052 KB
testcase_40 AC 60 ms
37,408 KB
testcase_41 AC 59 ms
37,488 KB
testcase_42 AC 59 ms
37,300 KB
testcase_43 AC 59 ms
37,336 KB
testcase_44 AC 60 ms
36,940 KB
testcase_45 AC 60 ms
37,336 KB
testcase_46 AC 59 ms
37,272 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