program wood; begin assign(output,'wood.out'); rewrite(output); write('No solution.'); close(output); end.