摘要:
尾指针 *real(head->next=dead)1初始化void ds_init( node **pNode){int item;node *temp,*target;printf("输入终点的值,输入0完成出初始化\n");while(1){ scanf("%d",&item); fflus... 阅读全文
posted @ 2014-12-03 17:20
IsRunning
阅读(233)
评论(0)
推荐(0)
摘要:
输入:cin>>(相当于scanf)#include using namespace std;int main(){ int number;cout>number; //输入数字cout<<"hello"<<number<<"lll"<<endl; //输出hello+number里面的东西ret... 阅读全文
posted @ 2014-12-03 17:18
IsRunning
阅读(485)
评论(0)
推荐(0)