2016年4月8日

338. Counting Bits

摘要: Given a non negative integer number num. For every numbers i in the range 0 ≤ i ≤ num calculate the number of 1's in their binary representation and r 阅读全文

posted @ 2016-04-08 15:55 Alex0111 阅读(169) 评论(0) 推荐(0)

c语言学习笔记

摘要: char ,short在进行计算的时候,会自动转成int型。 另外,sizeof()返回的是无符号数。 阅读全文

posted @ 2016-04-08 15:14 Alex0111 阅读(193) 评论(0) 推荐(0)

导航