結果
問題 | No.56 消費税 |
ユーザー | StarMatyan |
提出日時 | 2018-07-20 00:09:25 |
言語 | Python3 (3.13.1 + numpy 2.2.1 + scipy 1.14.1) |
結果 |
AC
|
実行時間 | 34 ms / 5,000 ms |
コード長 | 125 bytes |
コンパイル時間 | 187 ms |
コンパイル使用メモリ | 12,288 KB |
実行使用メモリ | 10,624 KB |
最終ジャッジ日時 | 2024-12-25 22:10:46 |
合計ジャッジ時間 | 1,830 ms |
ジャッジサーバーID (参考情報) |
judge2 / judge3 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | AC * 4 |
other | AC * 23 |
ソースコード
firstdata = input(); secnum = firstdata.split(" "); result = int(int(secnum[0]) * (100+int(secnum[1]))/100); print(result);