結果

問題 No.1491 銀将
ユーザー AAAR SalmonAAAR Salmon
提出日時 2021-05-14 20:29:37
言語 PyPy3
(7.3.15)
結果
AC  
実行時間 35 ms / 1,000 ms
コード長 37 bytes
コンパイル時間 237 ms
コンパイル使用メモリ 82,484 KB
実行使用メモリ 53,492 KB
最終ジャッジ日時 2024-04-09 23:27:39
合計ジャッジ時間 1,828 ms
ジャッジサーバーID
(参考情報)
judge4 / judge1
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 35 ms
52,156 KB
testcase_01 AC 34 ms
52,596 KB
testcase_02 AC 35 ms
53,492 KB
testcase_03 AC 35 ms
52,516 KB
testcase_04 AC 34 ms
52,268 KB
testcase_05 AC 33 ms
51,784 KB
testcase_06 AC 33 ms
51,848 KB
testcase_07 AC 33 ms
52,660 KB
testcase_08 AC 33 ms
52,088 KB
testcase_09 AC 32 ms
52,744 KB
testcase_10 AC 32 ms
52,820 KB
testcase_11 AC 34 ms
52,292 KB
testcase_12 AC 35 ms
52,248 KB
testcase_13 AC 34 ms
52,640 KB
testcase_14 AC 32 ms
51,880 KB
testcase_15 AC 33 ms
52,736 KB
testcase_16 AC 34 ms
51,956 KB
testcase_17 AC 34 ms
53,020 KB
testcase_18 AC 34 ms
52,488 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

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