結果
| 問題 | No.2335 Jump |
| コンテスト | |
| ユーザー |
|
| 提出日時 | 2023-06-02 21:42:37 |
| 言語 | PyPy3 (7.3.17) |
| 結果 |
AC
|
| 実行時間 | 106 ms / 2,000 ms |
| コード長 | 254 bytes |
| 記録 | |
| コンパイル時間 | 418 ms |
| コンパイル使用メモリ | 84,864 KB |
| 実行使用メモリ | 101,632 KB |
| 最終ジャッジ日時 | 2026-06-02 19:11:14 |
| 合計ジャッジ時間 | 3,691 ms |
|
ジャッジサーバーID (参考情報) |
judge3_0 / judge2_0 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | AC * 2 |
| other | AC * 20 |
ソースコード
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)