#869. C++-链表-单链表的例子

    ID: 869 Type: Default 1000ms 256MiB Tried: 19 Accepted: 12 Difficulty: 6 Uploaded By: Tags>CSP厦门信息学厦门创客大赛C++项目信息科技特长生数据结构链表

C++-链表-单链表的例子

Background

Description

C++-链表-单链表的例子 image image image image image image image

Format

Input

Output

Samples

5
3
2
8
9
6
0
2
3
10
Input ListNode:
5 3 2 8 9 6
Input delete location:
5 2 8 9 6
Input insert location:
Input insert node:
5 2 10 8 9 6

Limitation

1s, 1024KiB for each test case.