专注于互联网--专注于架构

最新标签
网站地图
文章索引
Rss订阅
#include<stdio.h>typedef struct Node{int number;int cipher;struct Node *next;}node,*hu;hu H;//定义头结点为H;init(int n){ int i; int cipher; hu L; if(n>=1) { scanf(\"%d\",&cipher); H=(hu)malloc(sizeof(node));//生成头结点; H->number=1; H->cipher=cipher; H->next=H; for(i=1 [阅读全文] [PDF]
1 共1条 分1页