結果
| 問題 |
No.285 消費税2
|
| コンテスト | |
| ユーザー |
cureskol
|
| 提出日時 | 2020-04-13 00:32:40 |
| 言語 | C++14 (gcc 13.3.0 + boost 1.87.0) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 105 bytes |
| コンパイル時間 | 1,483 ms |
| コンパイル使用メモリ | 165,044 KB |
| 実行使用メモリ | 6,944 KB |
| 最終ジャッジ日時 | 2024-09-22 15:23:10 |
| 合計ジャッジ時間 | 2,414 ms |
|
ジャッジサーバーID (参考情報) |
judge5 / judge1 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | AC * 4 |
| other | AC * 2 WA * 24 |
ソースコード
#include <bits/stdc++.h>
using namespace std;
int main(){
long double a;cin>>a;cout<<a*1.08<<endl;
}
cureskol