結果
問題 |
No.285 消費税2
|
ユーザー |
![]() |
提出日時 | 2019-10-05 00:38:21 |
言語 | C++14 (gcc 13.3.0 + boost 1.87.0) |
結果 |
WA
|
実行時間 | - |
コード長 | 172 bytes |
コンパイル時間 | 1,394 ms |
コンパイル使用メモリ | 164,664 KB |
実行使用メモリ | 6,824 KB |
最終ジャッジ日時 | 2024-10-04 00:52:06 |
合計ジャッジ時間 | 2,452 ms |
ジャッジサーバーID (参考情報) |
judge5 / judge1 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | AC * 3 WA * 1 |
other | AC * 2 WA * 24 |
ソースコード
#include <bits/stdc++.h> using namespace std; typedef unsigned long long ull; typedef long long ll; int main(){ ll a; cin >> a; printf("%.9f\n", 1.08*a); return 0; }