摘要: char 类型是c语言中常见的一个数据类型,string是c++中的一个,它的定义为Strings are objects that represent sequences of characters. 由此可见string是一个char序列的对象,有时候我们经常需要混用这两个数据类型,所以有些常见... 阅读全文
posted @ 2014-11-26 15:51 Grandyang 阅读(6921) 评论(0) 推荐(0)
摘要: Roman numerals are represented by seven different symbols: I, V, X, L, C, D and M. Symbol Value I 1 V 5 X 10 L 50 C 100 D 500 M 1000 For example, two 阅读全文
posted @ 2014-11-26 15:26 Grandyang 阅读(23506) 评论(6) 推荐(0)
Fork me on GitHub