当前位置:网站首页>Nlp-d62-nlp competition d31 & question brushing D15
Nlp-d62-nlp competition d31 & question brushing D15
2022-06-27 05:27:00 【Zhen xiaopang】
vuneralbility and weakness The difference between
It doesn't seem to make any difference , What needs to be distinguished is threat;vulnerability;riskhttps://www.threatanalysis.com/2010/05/03/threat-vulnerability-risk-commonly-mixed-up-terms/
I haven't scratched the question for a long time , But it can't stop !!!
Stuck for a long time bug, depressed .
826 Single chain list
**m = int(input())
idx=1
h = -1
N = 100010
e = [0]*N
ne =[0]*N
def insert_h(x):
global idx,h
e[idx] =x
ne[idx] = h
h = idx
idx+=1
def remove(k):
global h
if k==0:
h=ne[h]
else:
ne[k]=ne[ne[k]]
def insert(k,x):
global idx
e[idx] = x
ne[idx]=ne[k]
# ne Medium is k, Don't write it wrong x
ne[k]=idx
idx+=1
for _ in range(m):
op, *pt = input().split()
if op=='H':
insert_h(int(pt[0]))
elif op=='I':
k,x = map(int,pt)
insert(k,x)
else:
remove(int(pt[0]))
while h!=-1:
print(e[h],end=' ')
h = ne[h]
**
边栏推荐
- stm32单片机引脚_如何将单片机的引脚配置为上拉输入
- How JQ gets the reciprocal elements
- Neo4j database export
- Vue学习笔记(五)Vue2页面跳转问题 | vue-router路由概念、分类与使用 | 编程式路由导航 | 路由组件的缓存 | 5种路由导航守卫 | 嵌套路由 | Vue2项目的打包与部署
- 021 basics of C language: recursion, variable parameters
- [station B up dr_can learning notes] Kalman filter 1
- Microservice system design -- microservice monitoring and system resource monitoring design
- 017 basics of C language: bit field and typedef
- When STM32 turns off PWM output, it is a method to fix IO output at high or low level.
- py2neo基本语法
猜你喜欢
RTP 发送PS流工具(已经开源)
Edge loads web pages in IE mode - edge sets ie compatibility
jq怎么获取倒数的元素
Pycharm 中 Terminal 无法进入 venv 环境的问题
齐纳二极管 稳压二极管 SOD123封装 正负区分
Two position relay rxmvb2 r251 204 110dc
AD22 gerber files 点开 gerber steup 界面 有问题 官方解决方法
How JQ gets the ID name of an element
关于元器件封装的一些文章和一下我的体会
体验 win10 下 oceanbase 数据库
随机推荐
Microservice system design -- microservice monitoring and system resource monitoring design
What is BFC? What's the usage?
IP网络通信的单播、组播和广播
双位置继电器DLS-34A DC0.5A 220VDC
微信小程序WebSocket使用案例
neo4j图数据库基本概念
Pytest框架的执行规则
Common programming abbreviations for orbit attitude
py2neo基本语法
Cognition - how to fill in 2022 college entrance examination volunteers
Two position relay xjls-8g/220
Tsinghua University open source software mirror website
Edge在IE模式下加载网页 - Edge设置IE兼容性
Leetcode298 weekly race record
Gao Xiang slam14 lecture - note 1
流媒体协议初探(MPEG2-TS、RTSP、RTP、RTCP、SDP、RTMP、HLS、HDS、HSS、MPEG-DASH)
Reading graph augmentations to learn graph representations (lg2ar)
高翔slam14讲-笔记1
Epics record reference 5 -- array analog input recordarray analog input (AAI)
AD22 gerber files 点开 gerber steup 界面 有问题 官方解决方法