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