program z1; var f1:text; begin assign(f1,'count.out'); rewrite(f1); write('yes ', 'no'); close(f1); end.