for(i=0; i<100; i++){ //向右移动 moveRight() } while(true){ moveRight() //扫描60步,如果扫描到有坦克,则开火 while(scan(60).length>0){ fire() sleep(50) } }