結果

問題 No.57 ミリオンダイス
ユーザー t8m8⛄️t8m8⛄️
提出日時 2015-05-05 02:13:07
言語 PHP
(8.3.4)
結果
AC  
実行時間 43 ms / 5,000 ms
コード長 41 bytes
コンパイル時間 283 ms
コンパイル使用メモリ 31,292 KB
実行使用メモリ 31,144 KB
最終ジャッジ日時 2024-04-26 10:16:28
合計ジャッジ時間 1,095 ms
ジャッジサーバーID
(参考情報)
judge3 / judge2
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 40 ms
31,108 KB
testcase_01 AC 35 ms
30,836 KB
testcase_02 AC 33 ms
31,020 KB
testcase_03 AC 32 ms
30,896 KB
testcase_04 AC 43 ms
30,936 KB
testcase_05 AC 40 ms
31,096 KB
testcase_06 AC 40 ms
30,976 KB
testcase_07 AC 40 ms
31,092 KB
testcase_08 AC 40 ms
30,904 KB
testcase_09 AC 39 ms
31,144 KB
testcase_10 AC 40 ms
31,076 KB
testcase_11 AC 39 ms
30,728 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
No syntax errors detected in Main.php

ソースコード

diff #

<?php $n=fgets(STDIN);echo (3.5*$n)."\n";
0