为什么第一个 sample b[] 那里不会报错,sample a[] 会报错 [Error] array size missing in 'a'
sample a[] 没有定义数组大小,不能使用。sample b[] 作为参数,表示b是个数组,相当于sample *b