結果

問題 No.57 ミリオンダイス
ユーザー t8m8⛄️t8m8⛄️
提出日時 2015-05-05 02:13:07
言語 PHP
(8.3.4)
結果
AC  
実行時間 44 ms / 5,000 ms
コード長 41 bytes
コンパイル時間 2,919 ms
コンパイル使用メモリ 30,608 KB
実行使用メモリ 30,916 KB
最終ジャッジ日時 2024-11-09 00:47:50
合計ジャッジ時間 1,540 ms
ジャッジサーバーID
(参考情報)
judge1 / judge2
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 42 ms
30,424 KB
testcase_01 AC 41 ms
30,916 KB
testcase_02 AC 42 ms
30,644 KB
testcase_03 AC 42 ms
30,516 KB
testcase_04 AC 41 ms
30,812 KB
testcase_05 AC 44 ms
30,548 KB
testcase_06 AC 42 ms
30,692 KB
testcase_07 AC 42 ms
30,836 KB
testcase_08 AC 42 ms
30,696 KB
testcase_09 AC 42 ms
30,556 KB
testcase_10 AC 43 ms
30,568 KB
testcase_11 AC 43 ms
30,492 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
No syntax errors detected in Main.php

ソースコード

diff #

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