let str; const k = ['reset', 'reset board', 'board add', 'board delete', 'reboot backplane', 'backplane abort'] const t = ['reset what', 'board fault', 'where to add', 'no board at all', 'impossible', 'install first'] while(str = readline()){ let target = [] let arr = str.split(' '); // let re...