begin assign(output,'asm_contribute.out'); rewrite(output); writeln(2); writeln(1,' ',2); close(output); end.