- 博客(2)
- 收藏
- 关注
原创 # Codeforces Round #615 (Div. 3)
标签(空格分隔): ACM D. MEX maximizing Description: Recall that MEX of an array is a minimum non-negative integer that does not belong to the array. Examples: for the array [0,0,1,0,2][0, 0, 1, 0, 2][0,0,1,...
2020-01-29 17:37:32
361
原创 假设在长度大于1的循环链表中,既无头结点又无头指针,s为指向链表中某个节点的指针,编写算法节点s的前驱节点
#include <iostream> using namespace std; typedef struct node { char data; struct node *next; }linklist; int main() { linklist *creat(); void Delete(linklist *start, linklist *s);...
2018-10-31 23:42:59
14953
1
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人