結果
問題 |
No.285 消費税2
|
ユーザー |
![]() |
提出日時 | 2018-09-12 17:12:58 |
言語 | C (gcc 13.3.0) |
結果 |
WA
|
実行時間 | - |
コード長 | 96 bytes |
コンパイル時間 | 237 ms |
コンパイル使用メモリ | 27,392 KB |
実行使用メモリ | 6,944 KB |
最終ジャッジ日時 | 2024-06-27 04:45:28 |
合計ジャッジ時間 | 1,319 ms |
ジャッジサーバーID (参考情報) |
judge2 / judge1 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | AC * 3 WA * 1 |
other | AC * 3 WA * 23 |
ソースコード
#include <stdio.h> int main(void){ long int d; scanf("%ld",&d); printf("%lf",d * 1.08); }