結果
問題 |
No.285 消費税2
|
ユーザー |
|
提出日時 | 2016-07-19 17:44:37 |
言語 | Python2 (2.7.18) |
結果 |
AC
|
実行時間 | 13 ms / 2,000 ms |
コード長 | 87 bytes |
コンパイル時間 | 161 ms |
コンパイル使用メモリ | 6,784 KB |
実行使用メモリ | 6,272 KB |
最終ジャッジ日時 | 2024-10-15 17:21:31 |
合計ジャッジ時間 | 1,236 ms |
ジャッジサーバーID (参考情報) |
judge4 / judge1 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | AC * 4 |
other | AC * 26 |
ソースコード
d = input() d *= 108 result = str(d) result = result[:-2]+"."+result[-2:] print result