結果

問題 No.285 消費税2
ユーザー clef_delphclef_delph
提出日時 2020-02-19 03:12:21
言語 PHP
(8.3.4)
結果
WA  
実行時間 -
コード長 67 bytes
コンパイル時間 2,572 ms
コンパイル使用メモリ 30,156 KB
実行使用メモリ 30,856 KB
最終ジャッジ日時 2024-04-16 04:50:08
合計ジャッジ時間 2,297 ms
ジャッジサーバーID
(参考情報)
judge4 / judge5
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 41 ms
30,704 KB
testcase_01 AC 40 ms
30,856 KB
testcase_02 AC 41 ms
30,760 KB
testcase_03 AC 40 ms
30,528 KB
testcase_04 AC 40 ms
30,608 KB
testcase_05 AC 41 ms
30,824 KB
testcase_06 AC 40 ms
30,520 KB
testcase_07 AC 40 ms
30,824 KB
testcase_08 AC 40 ms
30,536 KB
testcase_09 AC 41 ms
30,540 KB
testcase_10 AC 41 ms
30,556 KB
testcase_11 AC 42 ms
30,844 KB
testcase_12 AC 41 ms
30,624 KB
testcase_13 AC 41 ms
30,756 KB
testcase_14 AC 41 ms
30,772 KB
testcase_15 AC 41 ms
30,316 KB
testcase_16 AC 42 ms
30,548 KB
testcase_17 AC 40 ms
30,760 KB
testcase_18 AC 41 ms
30,604 KB
testcase_19 AC 41 ms
30,432 KB
testcase_20 AC 40 ms
30,624 KB
testcase_21 AC 41 ms
30,604 KB
testcase_22 AC 41 ms
30,628 KB
testcase_23 AC 41 ms
30,668 KB
testcase_24 AC 40 ms
30,552 KB
testcase_25 AC 40 ms
30,452 KB
testcase_26 AC 40 ms
30,800 KB
testcase_27 AC 40 ms
30,580 KB
testcase_28 AC 41 ms
30,384 KB
testcase_29 WA -
権限があれば一括ダウンロードができます
コンパイルメッセージ
No syntax errors detected in Main.php

ソースコード

diff #

<?php
 $price=trim(fgets(STDIN));
 
 echo strval($price*1.08);
 
?>
0