5 lines
75 B
MiniZinc
5 lines
75 B
MiniZinc
|
|
int: x = length([]) + length([]);
|
|
solve satisfy;
|
|
output([show(x), "\n"]);
|