結果
| 問題 |
No.285 消費税2
|
| コンテスト | |
| ユーザー |
tassi_2012
|
| 提出日時 | 2015-12-21 23:21:56 |
| 言語 | C++11(廃止可能性あり) (gcc 13.3.0) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 127 bytes |
| コンパイル時間 | 567 ms |
| コンパイル使用メモリ | 53,852 KB |
| 実行使用メモリ | 5,376 KB |
| 最終ジャッジ日時 | 2024-09-18 18:10:56 |
| 合計ジャッジ時間 | 1,701 ms |
|
ジャッジサーバーID (参考情報) |
judge2 / judge1 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | AC * 4 |
| other | AC * 3 WA * 23 |
ソースコード
#include <iostream>
#include <stdio.h>
int main(void)
{
long long D;
std::cin >> D;
printf("%f\n", D * 108 / 100.0 );
}
tassi_2012