如果我直接写成这样
void read(...); read(a,b,c,d,e,f);
那我怎么调用我传进去的东西呢
(因为发现 STL 的 scanf printf 是这么写的,但是翻了半天没找到处理这个参的行)
scanf
printf