結果

問題 No.57 ミリオンダイス
ユーザー leos_caraxleos_carax
提出日時 2016-11-01 22:18:12
言語 PHP
(8.3.4)
結果
AC  
実行時間 39 ms / 5,000 ms
コード長 53 bytes
コンパイル時間 2,859 ms
コンパイル使用メモリ 30,316 KB
実行使用メモリ 31,196 KB
最終ジャッジ日時 2024-05-03 20:57:35
合計ジャッジ時間 3,957 ms
ジャッジサーバーID
(参考情報)
judge4 / judge2
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 39 ms
30,940 KB
testcase_01 AC 39 ms
30,976 KB
testcase_02 AC 39 ms
31,188 KB
testcase_03 AC 37 ms
31,192 KB
testcase_04 AC 36 ms
31,148 KB
testcase_05 AC 37 ms
30,816 KB
testcase_06 AC 36 ms
31,196 KB
testcase_07 AC 35 ms
30,792 KB
testcase_08 AC 34 ms
30,928 KB
testcase_09 AC 36 ms
31,100 KB
testcase_10 AC 34 ms
31,020 KB
testcase_11 AC 35 ms
31,028 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
No syntax errors detected in Main.php

ソースコード

diff #

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