結果
問題 |
No.56 消費税
|
ユーザー |
|
提出日時 | 2020-01-11 17:56:19 |
言語 | PyPy3 (7.3.15) |
結果 |
WA
|
実行時間 | - |
コード長 | 100 bytes |
コンパイル時間 | 159 ms |
コンパイル使用メモリ | 82,284 KB |
実行使用メモリ | 54,028 KB |
最終ジャッジ日時 | 2024-11-25 05:32:42 |
合計ジャッジ時間 | 1,927 ms |
ジャッジサーバーID (参考情報) |
judge4 / judge1 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | AC * 3 WA * 1 |
other | AC * 13 WA * 10 |
ソースコード
n_unit, price = [int(i) for i in input().split()] ans = int(n_unit * (1 + price * 0.01)) print(ans)