#include<stdio.h>const int num=8;
main (){ int board [num]={0}; //error C2057: expected constant expression //error C2466: cannot allocate an array of constant size 0}请指教,谢谢