#include <cstdio> int sscanf( const char *buffer, const char *format, ... );
函式 sscanf() 與 scanf() 類似,區別在於它是從 buffer 中讀取輸入。