結果

問題 No.1822 Keima of Shogi
ユーザー ikomaikoma
提出日時 2022-01-28 22:26:12
言語 PyPy3
(7.3.13)
結果
AC  
実行時間 67 ms / 2,000 ms
コード長 44 bytes
コンパイル時間 246 ms
コンパイル使用メモリ 87,060 KB
実行使用メモリ 71,420 KB
最終ジャッジ日時 2023-08-28 20:33:36
合計ジャッジ時間 1,571 ms
ジャッジサーバーID
(参考情報)
judge13 / judge14
このコードへのチャレンジ(β)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 67 ms
71,244 KB
testcase_01 AC 67 ms
71,016 KB
testcase_02 AC 67 ms
71,276 KB
testcase_03 AC 67 ms
71,260 KB
testcase_04 AC 67 ms
71,320 KB
testcase_05 AC 66 ms
71,260 KB
testcase_06 AC 66 ms
71,068 KB
testcase_07 AC 67 ms
71,420 KB
testcase_08 AC 66 ms
71,304 KB
testcase_09 AC 67 ms
71,420 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

N=int(input())

N=(N+1)//2
print((N+1)*N//2)
0