摘要:
sscanf函数用法详解 首先应该注意的是 sscanf()只能对字符数组进行操作,但是不能对string字符串操作 名称: sscanf() - 从一个字符串中读进与指定格式相符的数据. 函数原型: Int sscanf( string str, string f... 阅读全文
posted @ 2014-07-21 19:48 蓝空 阅读(5052) 评论(0) 推荐(0) 编辑
|
||
摘要:
sscanf函数用法详解 首先应该注意的是 sscanf()只能对字符数组进行操作,但是不能对string字符串操作 名称: sscanf() - 从一个字符串中读进与指定格式相符的数据. 函数原型: Int sscanf( string str, string f... 阅读全文
posted @ 2014-07-21 19:48 蓝空 阅读(5052) 评论(0) 推荐(0) 编辑
摘要:
http://poj.org/problem?id=1363 Description There is a famous railway station in PopPush City. Country there is incredibly hilly. The station was ... 阅读全文
posted @ 2014-07-21 16:24 蓝空 阅读(116) 评论(0) 推荐(0) 编辑 |
||