結果

問題 No.1636 森
ユーザー momoyuumomoyuu
提出日時 2022-08-03 00:49:50
言語 PyPy3
(7.3.15)
結果
AC  
実行時間 80 ms / 2,000 ms
コード長 32 bytes
コンパイル時間 1,079 ms
コンパイル使用メモリ 87,096 KB
実行使用メモリ 71,000 KB
最終ジャッジ日時 2023-10-01 01:29:13
合計ジャッジ時間 3,957 ms
ジャッジサーバーID
(参考情報)
judge11 / judge13
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 77 ms
70,880 KB
testcase_01 AC 77 ms
70,900 KB
testcase_02 AC 77 ms
70,844 KB
testcase_03 AC 79 ms
70,840 KB
testcase_04 AC 76 ms
70,516 KB
testcase_05 AC 76 ms
70,988 KB
testcase_06 AC 77 ms
70,948 KB
testcase_07 AC 76 ms
70,984 KB
testcase_08 AC 78 ms
70,880 KB
testcase_09 AC 80 ms
70,664 KB
testcase_10 AC 77 ms
71,000 KB
testcase_11 AC 75 ms
70,980 KB
testcase_12 AC 76 ms
70,848 KB
testcase_13 AC 78 ms
70,932 KB
testcase_14 AC 77 ms
70,928 KB
testcase_15 AC 77 ms
70,980 KB
testcase_16 AC 77 ms
70,804 KB
testcase_17 AC 76 ms
70,924 KB
testcase_18 AC 75 ms
70,932 KB
testcase_19 AC 77 ms
70,724 KB
testcase_20 AC 75 ms
70,704 KB
testcase_21 AC 74 ms
70,500 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

n = int(input())
print((n-1)**2)
0