有那些用数字表示相关爱的数字串 越多越好
答案:2 悬赏:70 手机版
解决时间 2021-08-14 05:32
- 提问者网友:爱了却不能说
- 2021-08-13 19:06
给老婆搞密码用
最佳答案
- 五星知识达人网友:山河有幸埋战骨
- 2021-08-13 19:13
你好!为了个人的信息安全,密码不建议使用公开常用的密码组合,如果为了表示爱意,建议使用生日纪念日等且好记有有特别意义的,也能有效的保护个人的信息安全..!
全部回答
- 1楼网友:春色三分
- 2021-08-13 20:49
#include<iostream> using namespace std; struct Node; void AddNewNodeBack(Node **pCur);//往前增加结点 void DestoryList(Node *pList);//头结点 bool Sum(Node **pResult,const Node *pListNum);//求两数字串链表和 inline bool IsNumber(char ch);//当前字符是否为数字 内联函数 void ShowList(Node *pList); void Reverse(Node **pList); int main(int argc,char*argv[]) //向前添加结点 AddNewNodeBack(&pListNum); pListNum->data=ch; ch=getchar(); } } Sum(&pListResult,pListNum);//求和 DestoryList(pListNum);//释放数字链以便下一次输入 pListNum=NULL;//防止野指针 Reverse(&pListResult);//倒转一下链表为做下一次运算准备 }while(1); Reverse(&pListResult);//再把结果倒转一次 ShowList(pListResult); cout<<endl; DestoryList(pListNum);//释放空间 DestoryList(pListResult);//释放空间 return 0; //return EXIT_SUCCESS; } void AddNewNodeBack(Node **pCur) pNode->data='0'; pNode->next=*pCur; *pCur=pNode; } void DestoryList(Node *pList) } } void ShowList(Node *pList) 答案补充 接上面} bool Sum(Node **pResult,const Node *pListNum)else flag=0; if((*pResult)!=NULL) *pResult=(*pResult)->next;//往下读 else (*pResult)=NULL; if(pListNum!=NULL) pListNum=pListNum->next; else pListNum=NULL; } if(flag==1) DestoryList(*pResult);//释放掉上次的运算结果 答案补充 *pResult=pTempCur; return true; } inline bool IsNumber(char ch) void Reverse(Node **pList) DestoryList(*pList); *pList=pCur; }
来源: http://www.shop991.com/
我要举报
如以上问答信息为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
大家都在看
推荐资讯