結果

問題 No.285 消費税2
ユーザー ああいいああいい
提出日時 2022-03-17 21:59:51
言語 PyPy3
(7.3.15)
結果
WA  
実行時間 -
コード長 24 bytes
コンパイル時間 300 ms
コンパイル使用メモリ 82,556 KB
実行使用メモリ 53,768 KB
最終ジャッジ日時 2024-04-09 20:36:54
合計ジャッジ時間 2,339 ms
ジャッジサーバーID
(参考情報)
judge4 / judge3
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 WA -
testcase_01 AC 36 ms
52,412 KB
testcase_02 AC 34 ms
52,208 KB
testcase_03 AC 33 ms
51,936 KB
testcase_04 WA -
testcase_05 WA -
testcase_06 AC 34 ms
51,808 KB
testcase_07 AC 31 ms
52,608 KB
testcase_08 AC 31 ms
52,616 KB
testcase_09 WA -
testcase_10 AC 33 ms
51,680 KB
testcase_11 AC 33 ms
52,612 KB
testcase_12 AC 32 ms
51,956 KB
testcase_13 AC 34 ms
52,452 KB
testcase_14 WA -
testcase_15 AC 32 ms
53,696 KB
testcase_16 WA -
testcase_17 AC 33 ms
51,960 KB
testcase_18 AC 33 ms
52,752 KB
testcase_19 WA -
testcase_20 WA -
testcase_21 WA -
testcase_22 WA -
testcase_23 AC 34 ms
52,268 KB
testcase_24 AC 33 ms
51,696 KB
testcase_25 WA -
testcase_26 AC 33 ms
51,888 KB
testcase_27 WA -
testcase_28 WA -
testcase_29 AC 34 ms
52,536 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

print(int(input())*1.08)
0