結果

問題 No.2335 Jump
ユーザー hato336hato336
提出日時 2023-06-02 21:42:37
言語 PyPy3
(7.3.15)
結果
AC  
実行時間 268 ms / 2,000 ms
コード長 254 bytes
コンパイル時間 282 ms
コンパイル使用メモリ 86,904 KB
実行使用メモリ 100,936 KB
最終ジャッジ日時 2023-08-28 03:02:26
合計ジャッジ時間 7,580 ms
ジャッジサーバーID
(参考情報)
judge15 / judge12
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 244 ms
85,100 KB
testcase_01 AC 244 ms
85,144 KB
testcase_02 AC 240 ms
85,172 KB
testcase_03 AC 241 ms
85,292 KB
testcase_04 AC 241 ms
85,052 KB
testcase_05 AC 241 ms
85,132 KB
testcase_06 AC 241 ms
85,172 KB
testcase_07 AC 245 ms
85,292 KB
testcase_08 AC 251 ms
85,376 KB
testcase_09 AC 244 ms
85,288 KB
testcase_10 AC 244 ms
85,216 KB
testcase_11 AC 240 ms
85,144 KB
testcase_12 AC 267 ms
100,936 KB
testcase_13 AC 262 ms
100,840 KB
testcase_14 AC 264 ms
100,720 KB
testcase_15 AC 263 ms
100,824 KB
testcase_16 AC 265 ms
100,916 KB
testcase_17 AC 265 ms
99,952 KB
testcase_18 AC 268 ms
100,764 KB
testcase_19 AC 263 ms
100,836 KB
testcase_20 AC 260 ms
99,840 KB
testcase_21 AC 263 ms
99,936 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

import collections,sys,math,functools,operator,itertools,bisect,heapq,decimal,string,time,random
#sys.setrecursionlimit(10**9)
n = int(input())

alist = list(map(int,input().split()))
#hen = collections.defaultdict(list)
#s = input()
#
print(alist[-1]-n)
0