#include <cstdio> int sscanf( const char *buffer, const char *format, ... );
函数 sscanf() 与 scanf() 类似,区别在于它是从 buffer 中读取输入。