結果

問題 No.1491 銀将
ユーザー 萩3萩3
提出日時 2021-05-01 18:01:16
言語 PyPy3
(7.3.15)
結果
AC  
実行時間 65 ms / 1,000 ms
コード長 32 bytes
コンパイル時間 272 ms
コンパイル使用メモリ 87,312 KB
実行使用メモリ 71,608 KB
最終ジャッジ日時 2023-09-27 07:54:42
合計ジャッジ時間 2,372 ms
ジャッジサーバーID
(参考情報)
judge15 / judge11
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 63 ms
71,316 KB
testcase_01 AC 64 ms
71,488 KB
testcase_02 AC 62 ms
71,212 KB
testcase_03 AC 63 ms
71,248 KB
testcase_04 AC 64 ms
71,272 KB
testcase_05 AC 62 ms
71,472 KB
testcase_06 AC 62 ms
71,500 KB
testcase_07 AC 61 ms
71,316 KB
testcase_08 AC 62 ms
71,296 KB
testcase_09 AC 62 ms
71,452 KB
testcase_10 AC 63 ms
71,316 KB
testcase_11 AC 65 ms
71,316 KB
testcase_12 AC 64 ms
71,376 KB
testcase_13 AC 64 ms
71,200 KB
testcase_14 AC 65 ms
71,040 KB
testcase_15 AC 65 ms
71,236 KB
testcase_16 AC 63 ms
71,608 KB
testcase_17 AC 65 ms
71,340 KB
testcase_18 AC 63 ms
71,216 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

n = int(input())
print(4*n**2+2)
0