結果

問題 No.1986 Yummy
ユーザー SKSK
提出日時 2022-12-20 17:37:29
言語 PHP
(8.3.4)
結果
WA  
実行時間 -
コード長 59 bytes
コンパイル時間 91 ms
コンパイル使用メモリ 32,148 KB
実行使用メモリ 32,532 KB
最終ジャッジ日時 2024-04-29 02:52:24
合計ジャッジ時間 1,988 ms
ジャッジサーバーID
(参考情報)
judge5 / judge1
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 WA -
testcase_01 AC 40 ms
30,756 KB
testcase_02 AC 42 ms
31,040 KB
testcase_03 WA -
testcase_04 AC 41 ms
30,888 KB
testcase_05 AC 40 ms
30,908 KB
testcase_06 AC 43 ms
31,340 KB
testcase_07 AC 40 ms
31,120 KB
testcase_08 AC 40 ms
30,988 KB
testcase_09 WA -
testcase_10 AC 41 ms
31,064 KB
testcase_11 AC 41 ms
31,168 KB
testcase_12 AC 41 ms
30,988 KB
testcase_13 WA -
testcase_14 AC 40 ms
30,916 KB
testcase_15 WA -
testcase_16 AC 40 ms
30,948 KB
testcase_17 WA -
testcase_18 WA -
testcase_19 AC 41 ms
31,048 KB
testcase_20 AC 40 ms
31,168 KB
testcase_21 AC 40 ms
31,048 KB
testcase_22 AC 41 ms
31,024 KB
testcase_23 AC 40 ms
31,156 KB
testcase_24 WA -
testcase_25 AC 40 ms
31,188 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
No syntax errors detected in Main.php

ソースコード

diff #

<?php
$n = trim(fgets(STDIN));

$ans = $n/2;

echo $ans;
?>
0