結果

問題 No.1636 森
ユーザー kwkkwk
提出日時 2022-12-12 17:34:42
言語 PHP
(8.3.4)
結果
AC  
実行時間 36 ms / 2,000 ms
コード長 64 bytes
コンパイル時間 1,017 ms
コンパイル使用メモリ 30,500 KB
実行使用メモリ 30,896 KB
最終ジャッジ日時 2024-04-24 08:18:22
合計ジャッジ時間 2,651 ms
ジャッジサーバーID
(参考情報)
judge2 / judge3
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 35 ms
30,396 KB
testcase_01 AC 34 ms
30,832 KB
testcase_02 AC 34 ms
30,884 KB
testcase_03 AC 34 ms
30,868 KB
testcase_04 AC 35 ms
30,792 KB
testcase_05 AC 33 ms
30,632 KB
testcase_06 AC 33 ms
30,780 KB
testcase_07 AC 35 ms
30,560 KB
testcase_08 AC 34 ms
30,616 KB
testcase_09 AC 35 ms
30,732 KB
testcase_10 AC 33 ms
30,616 KB
testcase_11 AC 34 ms
30,496 KB
testcase_12 AC 34 ms
30,756 KB
testcase_13 AC 33 ms
30,556 KB
testcase_14 AC 33 ms
30,364 KB
testcase_15 AC 34 ms
30,896 KB
testcase_16 AC 36 ms
30,872 KB
testcase_17 AC 36 ms
30,504 KB
testcase_18 AC 35 ms
30,480 KB
testcase_19 AC 35 ms
30,464 KB
testcase_20 AC 34 ms
30,648 KB
testcase_21 AC 34 ms
30,824 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
No syntax errors detected in Main.php

ソースコード

diff #

<?php

$N = trim(fgets(STDIN));

echo ($N-1) * ($N-1)."\n";


?>
0