随笔分类 -  C语言

摘要:leetcode:Add Two Numbers 2019-04-04 20:26:28 You are given two non-empty linked lists representing two non-negative integers. The digits are stored in 阅读全文
posted @ 2019-04-04 20:33 Just_Elyon 阅读(803) 评论(0) 推荐(0)
摘要:2019-04-01 11:36:16 结果: 出错原因:数组传递的是首地址地址,但是参数到了函数内就成了普通地址,不再是首地址。所以sizeof计算的是指针的大小。 *leetcode Given an array of integers, return indices of the two nu 阅读全文
posted @ 2019-04-01 11:43 Just_Elyon 阅读(191) 评论(0) 推荐(0)