3 lines
32 B
Text
3 lines
32 B
Text
bool f(int[] a){
|
|
return !a;
|
|
}
|
bool f(int[] a){
|
|
return !a;
|
|
}
|