5 lines
80 B
Text
5 lines
80 B
Text
global arr = int[] null;
|
|
|
|
int program(int argc, string[] args) {
|
|
return 17;
|
|
}
|