結果
問題 |
No.285 消費税2
|
ユーザー |
![]() |
提出日時 | 2016-01-17 19:45:50 |
言語 | C++11(廃止可能性あり) (gcc 13.3.0) |
結果 |
AC
|
実行時間 | 2 ms / 2,000 ms |
コード長 | 132 bytes |
コンパイル時間 | 349 ms |
コンパイル使用メモリ | 54,480 KB |
実行使用メモリ | 6,948 KB |
最終ジャッジ日時 | 2024-09-19 20:20:42 |
合計ジャッジ時間 | 1,144 ms |
ジャッジサーバーID (参考情報) |
judge3 / judge2 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | AC * 4 |
other | AC * 26 |
ソースコード
#include <iostream> #include <stdio.h> using namespace std; int main() { long int n; cin >> n; printf("%.2f\n", n * 0.08 + n); }