結果
| 問題 | 
                            No.56 消費税
                             | 
                    
| コンテスト | |
| ユーザー | 
                             shirokuro9586
                         | 
                    
| 提出日時 | 2018-04-23 12:35:52 | 
| 言語 | Python3  (3.13.1 + numpy 2.2.1 + scipy 1.14.1)  | 
                    
| 結果 | 
                             
                                WA
                                 
                             
                            
                         | 
                    
| 実行時間 | - | 
| コード長 | 94 bytes | 
| コンパイル時間 | 491 ms | 
| コンパイル使用メモリ | 12,800 KB | 
| 実行使用メモリ | 10,752 KB | 
| 最終ジャッジ日時 | 2024-06-27 14:04:22 | 
| 合計ジャッジ時間 | 1,732 ms | 
| 
                            ジャッジサーバーID (参考情報)  | 
                        judge5 / judge2 | 
(要ログイン)
| ファイルパターン | 結果 | 
|---|---|
| sample | AC * 4 | 
| other | AC * 22 WA * 1 | 
ソースコード
Array = [int(i) for i in input().split()] print(Array[0] + int((Array[0] * (Array[1] / 100))))
            
shirokuro9586