Jump

DFIR-LNK & Jump List

LNK Files 1. 记录内容: a. LNK文件,通常称为快捷方式文件,是Windows中的一种特殊文件类型,用于指向另一个文件或目录的路径。 b. 它们包含许多有用的信息,例如目标文件的路径、创建和访问时间、图标位置、以及有时候的网络位置和卷标序列号。 2. 取证意义: a. LNK文件在取 ......
DFIR-LNK DFIR Jump List LNK

C++ ignore/skip /jump/close exceptions

#include <iostream> void ignore_exceptions() { for(int i=-10;i<10;i++) { std::cout<<"i:"<<i<<", 100/i="<<100/i<<std::endl; } std::cout<<"Finished in " ......
exceptions ignore close skip jump

CF1768E wonderful jump

`2023-03-01 16:50:41` ```cpp #include using namespace std; typedef long long ll; inline ll read(){ ll x=0;char c=getchar(); for(;!isdigit(c);c=getchar ......
wonderful 1768E 1768 jump CF

[CF1768F]Wonderful Jump

[Wonderful Jump](https://www.luogu.com.cn/problem/CF1768F) 题目看错了,以为能往回跳...... 暴力转移式 $$ dp_i=min(dp_i,dp_j+\min_{k=j}^ia_k\times(i-j)^2) $$ 你会发现这个没啥单调性 ......
Wonderful 1768F 1768 Jump CF

gym100851J. Jump

很神奇啊。 注意到如果能找到一个刚好有 $\dfrac{n}{2}$ 个位置相同的串,记作 $a$。然后枚举 $i=2\ldots n$,每次反转 $a_1$ 和 $a_i$ 的值,新串记作 $b$。如果此时还是刚好有 $\dfrac{n}{2}$ 个位置相同,那么说明 $b_1$ 和 $b_i$ ......
100851 Jump gym

[LeetCode][55]jump-game

# Content You are given an integer array nums. You are initially positioned at the array's first index, and each element in the array represents your ......
jump-game LeetCode jump game 55

Jump Desktop——远程控制软件

Jump Desktop——远程控制软件 转发来源https://zhuanlan.zhihu.com/p/91605068官网下载地址https://www.jumpdesktop.com/ Jump Desktop Mac 版是MAC OS平台上的一款远程控制软件,支持Windows和Mac 双 ......
远程控制 Desktop 软件 Jump

[LeetCode] 2297. Jump Game VIII

You are given a 0-indexed integer array nums of length n. You are initially standing at index 0. You can jump from index i to index j where i < j if: ......
LeetCode 2297 Jump Game VIII

6194: jump and jump 深搜/广搜/动态规划

描述 寒假在家里无聊极了,小w看到地上的瓷砖,想出了一个游戏。这个游戏是这样子的,一共有n个格子,刚开始在起点的时候可以跳到第1个到第k个格子中的一个上面,之后在每个格子上只能向前跳相对应的长度。请问至少需要多少步可以恰好跳到最后一个格子呢? 输入 第一行输入两个整数n和k(1<=n<=100000 ......
jump 动态 6194 and

[LeetCode] 1345. Jump Game IV 跳跃游戏之四

Given an array of integers `arr`, you are initially positioned at the first index of the array. In one step you can jump from index `i` to index: - `i ......
LeetCode 1345 Jump Game IV

[ABC128F] Frog Jump

2023-01-14 题目传送门 翻译 难度&重要性(1~10):5 题目来源 AtCoder 题目算法 数学,模拟 解题思路 把(A-B)看为一步。应为最后必须落在N-1,所以可以将其分为两个序列: $(A+B),2\times(A+B),3\times(A+B),\cdots N-1-2\tim ......
128F Frog Jump ABC 128

[LeetCode] 1440. Jump Game V 跳跃游戏之五

Given an array of integers arr and an integer d. In one step you can jump from index i to index: i + x where: i + x < arr.length and 0 < x <= d. i - x ......
LeetCode 1440 Jump Game

jump server服务器安装anaconda和虚拟环境

两次 cd .. 然后 su xingming(这个姓名就是自己的账号) 然后输入 cd ~ 然后联网 ,输入 bash login 然后联网成功后,输入ls 查看当前文件下有哪些文件 比如我要删除这个文件夹下的yes文件,输入pwd查看当前路径:/data00/mabaoguo(姓名) 然后输入s ......
anaconda 环境 服务器 server jump

洛谷 P8918 『MdOI R5』Jump 题解

题目传送门 这一题其实很简单,只是要想到正确方法 ~~我一开始用了奇怪的搜索~~ ①无解的情况: 看上去很离奇,实际上略加思索就会发现,如果输入 $n$ 为偶数,那么就铁定无解。证明过程如下: 令 $n\bmod{2}=0$,人距离 $n$ 点的距离为 $dis$ ,则当走出第一步(步长为 $1$) ......
题解 P8918 8918 MdOI Jump
共14篇  :1/1页 首页上一页1下一页尾页