rustic-sysy/sysy_sets/03_arr_defn2.sy

4 lines
42 B
Plaintext
Executable File

int a[10][10];
int main(){
return 0;
}