結果
問題 |
No.285 消費税2
|
ユーザー |
![]() |
提出日時 | 2020-03-12 00:10:24 |
言語 | C (gcc 13.3.0) |
結果 |
WA
|
実行時間 | - |
コード長 | 130 bytes |
コンパイル時間 | 1,543 ms |
コンパイル使用メモリ | 27,392 KB |
実行使用メモリ | 6,824 KB |
最終ジャッジ日時 | 2024-11-16 04:12:18 |
合計ジャッジ時間 | 2,895 ms |
ジャッジサーバーID (参考情報) |
judge5 / judge1 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | WA * 4 |
other | WA * 26 |
ソースコード
#include<stdio.h> #include<string.h> #include<stdlib.h> int main(void){ double n; scanf("%lf",n); printf("%lf\n",n*1.08); }