結果
問題 | No.1868 Teleporting Cyanmond |
ユーザー |
![]() |
提出日時 | 2022-03-11 22:59:38 |
言語 | PyPy3 (7.3.15) |
結果 |
AC
|
実行時間 | 86 ms / 2,000 ms |
コード長 | 157 bytes |
コンパイル時間 | 233 ms |
コンパイル使用メモリ | 81,792 KB |
実行使用メモリ | 89,088 KB |
最終ジャッジ日時 | 2024-09-16 03:21:11 |
合計ジャッジ時間 | 3,015 ms |
ジャッジサーバーID (参考情報) |
judge3 / judge2 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | AC * 3 |
other | AC * 25 |
ソースコード
N = int(input())R = list(map(int, input().split()))l,r = 0,1cnt = 0while r < N:tmp = rr = max(R[l:r])l = tmpcnt += 1print(cnt)