結果
問題 |
No.285 消費税2
|
ユーザー |
![]() |
提出日時 | 2025-02-09 14:30:28 |
言語 | C++17 (gcc 13.3.0 + boost 1.87.0) |
結果 |
WA
|
実行時間 | - |
コード長 | 141 bytes |
コンパイル時間 | 1,077 ms |
コンパイル使用メモリ | 67,236 KB |
実行使用メモリ | 6,824 KB |
最終ジャッジ日時 | 2025-02-09 14:30:31 |
合計ジャッジ時間 | 2,015 ms |
ジャッジサーバーID (参考情報) |
judge4 / judge2 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | AC * 4 |
other | AC * 2 WA * 24 |
ソースコード
#include<iostream> using namespace std; using ll = long double; int main() { ll d; cin>>d; cout << d*108LL/100LL << endl; return 0; }