HachiLei's Blog
订阅

Archive

C++算法

01
C++算法

Sscanf的使用

sscanf为C标准库函数,其写法为:int sscanf(const char *str, const char *format, ...)该函数用于从字符串读取格式化输入,其...