結果
| 問題 |
No.56 消費税
|
| コンテスト | |
| ユーザー |
IRXGCGySDjxVBhf
|
| 提出日時 | 2021-11-14 07:55:11 |
| 言語 | C++14 (gcc 13.3.0 + boost 1.87.0) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 131 bytes |
| コンパイル時間 | 1,616 ms |
| コンパイル使用メモリ | 167,008 KB |
| 実行使用メモリ | 6,824 KB |
| 最終ジャッジ日時 | 2024-11-29 04:37:37 |
| 合計ジャッジ時間 | 2,800 ms |
|
ジャッジサーバーID (参考情報) |
judge4 / judge2 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | AC * 2 WA * 2 |
| other | AC * 4 WA * 19 |
ソースコード
#include<bits/stdc++.h>
using namespace std;
int main()
{
int D,P;cin>>D>>P;
double A=D*(100+P)*0.01;
cout<<A<<endl;
}
IRXGCGySDjxVBhf