結果

問題 No.1636 森
ユーザー otsunekootsuneko
提出日時 2021-08-27 21:20:30
言語 PyPy3
(7.3.15)
結果
AC  
実行時間 36 ms / 2,000 ms
コード長 35 bytes
コンパイル時間 250 ms
コンパイル使用メモリ 82,476 KB
実行使用メモリ 53,284 KB
最終ジャッジ日時 2024-05-01 01:21:44
合計ジャッジ時間 1,935 ms
ジャッジサーバーID
(参考情報)
judge2 / judge5
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 33 ms
52,436 KB
testcase_01 AC 31 ms
52,420 KB
testcase_02 AC 31 ms
52,404 KB
testcase_03 AC 31 ms
52,280 KB
testcase_04 AC 32 ms
52,492 KB
testcase_05 AC 30 ms
52,048 KB
testcase_06 AC 31 ms
52,272 KB
testcase_07 AC 31 ms
52,368 KB
testcase_08 AC 36 ms
53,284 KB
testcase_09 AC 35 ms
52,272 KB
testcase_10 AC 33 ms
52,676 KB
testcase_11 AC 34 ms
53,036 KB
testcase_12 AC 34 ms
52,788 KB
testcase_13 AC 34 ms
52,488 KB
testcase_14 AC 31 ms
51,796 KB
testcase_15 AC 31 ms
52,052 KB
testcase_16 AC 34 ms
51,908 KB
testcase_17 AC 33 ms
52,964 KB
testcase_18 AC 33 ms
52,280 KB
testcase_19 AC 33 ms
52,372 KB
testcase_20 AC 32 ms
52,480 KB
testcase_21 AC 32 ms
52,480 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

N = int(input())

print((N-1)**2)
0