4 lines
42 B
Plaintext
Executable File
4 lines
42 B
Plaintext
Executable File
int a[10][10];
|
|
int main(){
|
|
return 0;
|
|
} |