結果
問題 |
No.285 消費税2
|
ユーザー |
|
提出日時 | 2017-11-13 11:24:10 |
言語 | C++11(廃止可能性あり) (gcc 13.3.0) |
結果 |
WA
|
実行時間 | - |
コード長 | 160 bytes |
コンパイル時間 | 1,255 ms |
コンパイル使用メモリ | 159,028 KB |
実行使用メモリ | 6,824 KB |
最終ジャッジ日時 | 2024-11-25 00:23:40 |
合計ジャッジ時間 | 1,955 ms |
ジャッジサーバーID (参考情報) |
judge4 / judge1 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | WA * 4 |
other | WA * 26 |
ソースコード
#include <bits/stdc++.h> using namespace std; typedef long long ll; int main(void) { ll d; cin >> d; printf("%.10f\n", d * 1.08 + 1e-10); return 0; }