#include <stdio.h>#include <stdlib.h>
int main(){ int a[10][10];
a[10][10] = {{0}};
return 0;}错误如下!main.c:8: error: syntax error before '{' token:: === Build finished: 1 errors, 0 warnings ===