結果

問題 No.285 消費税2
ユーザー Ricky-yuRicky-yu
提出日時 2018-07-15 22:56:49
言語 Python3
(3.11.6 + numpy 1.26.0 + scipy 1.11.3)
結果
WA  
実行時間 -
コード長 56 bytes
コンパイル時間 124 ms
コンパイル使用メモリ 10,544 KB
実行使用メモリ 8,004 KB
最終ジャッジ日時 2023-08-07 07:37:25
合計ジャッジ時間 1,847 ms
ジャッジサーバーID
(参考情報)
judge13 / judge15
このコードへのチャレンジ(β)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 WA -
testcase_01 AC 14 ms
7,792 KB
testcase_02 AC 16 ms
7,972 KB
testcase_03 AC 16 ms
7,800 KB
testcase_04 WA -
testcase_05 WA -
testcase_06 AC 15 ms
7,828 KB
testcase_07 AC 15 ms
7,868 KB
testcase_08 AC 15 ms
7,852 KB
testcase_09 WA -
testcase_10 AC 14 ms
7,868 KB
testcase_11 AC 15 ms
7,960 KB
testcase_12 AC 15 ms
7,812 KB
testcase_13 AC 15 ms
7,800 KB
testcase_14 WA -
testcase_15 AC 14 ms
7,924 KB
testcase_16 WA -
testcase_17 AC 15 ms
7,916 KB
testcase_18 AC 15 ms
7,864 KB
testcase_19 WA -
testcase_20 WA -
testcase_21 WA -
testcase_22 WA -
testcase_23 AC 15 ms
7,804 KB
testcase_24 AC 15 ms
7,788 KB
testcase_25 WA -
testcase_26 AC 15 ms
7,852 KB
testcase_27 WA -
testcase_28 WA -
testcase_29 AC 15 ms
7,932 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

Input = input()
result = float(Input)*1.08
print(result)
0