java.util.ConcurrentModificationException
LinkedList<Ant> tree = new LinkedList<Ant>(); /* *省略若干代码 */ for(Ant an:tree){ an.move(); if(an.pos==0 || an.pos==27) tree.remove