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

5 lines
61 B
Plaintext

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