niithub

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2016年8月22日

摘要: A palindromic number reads the same both ways. The largest palindrome made from the product of two 2-digit numbers is 9009 = 91 × 99. Find the largest 阅读全文
posted @ 2016-08-22 17:01 niithub 阅读(141) 评论(0) 推荐(0) 编辑

摘要: 给定一个数组和一个数(该数不一定在数组中),从数组里删掉这个数字,返回剩下的数组长度。 如:A[] = {1, 2, 3, 4, 5}, 要删除数字3, 那么返回数组长度为4. 亲爱的小伙伴们,题目是不是很简单呢? 提示: int removeElement(int A[], int n, int 阅读全文
posted @ 2016-08-22 15:55 niithub 阅读(120) 评论(0) 推荐(0) 编辑