int scanf(char *format, ... arg1);
char *format Format expression to scan
... arg1 Argument table
char *format 包含格式化说明符的字符串
... arg1 参数列表