結果
| 問題 | No.56 消費税 |
| コンテスト | |
| ユーザー |
|
| 提出日時 | 2017-05-24 22:04:54 |
| 言語 | C (gcc 13.3.0) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 179 bytes |
| コンパイル時間 | 120 ms |
| コンパイル使用メモリ | 27,776 KB |
| 実行使用メモリ | 5,376 KB |
| 最終ジャッジ日時 | 2024-09-19 18:37:35 |
| 合計ジャッジ時間 | 887 ms |
|
ジャッジサーバーID (参考情報) |
judge1 / judge4 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | WA * 4 |
| other | WA * 23 |
ソースコード
#include <stdio.h>
#include <math.h>
int main()
{
double D,P,Z,sumd;
int sum;
scanf("%lf",&D);
scanf("%lf",&P);
sumd = floor (Z);
printf("%.lf\n",Z);
}