結果

問題 No.111 あばばばば
ユーザー tabataba
提出日時 2016-04-14 01:18:21
言語 Python2
(2.7.18)
結果
TLE  
実行時間 -
コード長 51 bytes
コンパイル時間 343 ms
コンパイル使用メモリ 7,076 KB
実行使用メモリ 13,340 KB
最終ジャッジ日時 2024-04-15 01:11:27
合計ジャッジ時間 6,763 ms
ジャッジサーバーID
(参考情報)
judge4 / judge5
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 11 ms
6,812 KB
testcase_01 AC 10 ms
6,940 KB
testcase_02 AC 17 ms
6,940 KB
testcase_03 TLE -
testcase_04 -- -
testcase_05 -- -
testcase_06 -- -
testcase_07 -- -
testcase_08 -- -
testcase_09 -- -
権限があれば一括ダウンロードができます

ソースコード

diff #

l=input()
print sum(l-i+1 for i in xrange(3,l,2))+1
0