結果

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

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 42 ms
31,056 KB
testcase_01 AC 42 ms
31,116 KB
testcase_02 AC 41 ms
31,080 KB
testcase_03 AC 42 ms
31,384 KB
testcase_04 AC 42 ms
31,296 KB
testcase_05 AC 42 ms
31,176 KB
testcase_06 AC 42 ms
31,248 KB
testcase_07 AC 42 ms
30,888 KB
testcase_08 AC 43 ms
31,108 KB
testcase_09 AC 44 ms
30,908 KB
testcase_10 AC 47 ms
31,264 KB
testcase_11 AC 42 ms
31,012 KB
testcase_12 AC 42 ms
31,080 KB
testcase_13 AC 42 ms
31,436 KB
testcase_14 AC 42 ms
30,844 KB
testcase_15 AC 42 ms
31,052 KB
testcase_16 AC 45 ms
30,852 KB
testcase_17 AC 41 ms
31,200 KB
testcase_18 AC 41 ms
30,912 KB
testcase_19 AC 41 ms
31,412 KB
testcase_20 AC 40 ms
31,072 KB
testcase_21 AC 40 ms
31,084 KB
testcase_22 AC 40 ms
31,384 KB
testcase_23 AC 41 ms
31,080 KB
testcase_24 AC 41 ms
30,868 KB
testcase_25 AC 41 ms
31,080 KB
testcase_26 AC 41 ms
31,140 KB
testcase_27 AC 41 ms
31,372 KB
testcase_28 AC 41 ms
31,328 KB
testcase_29 WA -
権限があれば一括ダウンロードができます
コンパイルメッセージ
No syntax errors detected in Main.php

ソースコード

diff #

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