sysy-data/functional_c/sy/03_arr_defn2.sy

6 lines
62 B
Plaintext

#include "sylib.h"
int a[10][10];
int main(){
return 0;
}