結果

問題 No.1841 Long Long
ユーザー SKSK
提出日時 2022-12-16 17:28:19
言語 PHP
(8.3.4)
結果
AC  
実行時間 42 ms / 2,000 ms
コード長 84 bytes
コンパイル時間 230 ms
コンパイル使用メモリ 32,144 KB
実行使用メモリ 31,528 KB
最終ジャッジ日時 2024-11-15 22:19:55
合計ジャッジ時間 1,703 ms
ジャッジサーバーID
(参考情報)
judge5 / judge2
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 42 ms
31,332 KB
testcase_01 AC 42 ms
31,244 KB
testcase_02 AC 39 ms
31,220 KB
testcase_03 AC 39 ms
31,308 KB
testcase_04 AC 40 ms
31,388 KB
testcase_05 AC 40 ms
31,264 KB
testcase_06 AC 41 ms
31,052 KB
testcase_07 AC 40 ms
31,280 KB
testcase_08 AC 40 ms
31,528 KB
testcase_09 AC 42 ms
31,216 KB
testcase_10 AC 40 ms
31,040 KB
testcase_11 AC 40 ms
30,828 KB
testcase_12 AC 40 ms
31,200 KB
testcase_13 AC 41 ms
31,212 KB
testcase_14 AC 40 ms
31,356 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
No syntax errors detected in Main.php

ソースコード

diff #

<?php
$n = trim(fgets(STDIN));
for ($i = 0; $i < $n; $i++) {
     echo "Long";
}

?>
0