//Persion
//count 为自己的回帖数目
int count = 0;
//其他人的回帖数目
int otherCount = 0;
//allReplys 里是全部回贴的人
List
for(int i=0;i
count ++;
}
}
if(allReplys.size()-count< 1) {
System.out.println("没人回我就自己顶!");
}else {
for(int i=0;i
System.out.println("谢谢啦!");
otherCount ++;
}
}
}
if(otherCount < 5) {
System.out.println("兄弟伙些!顶起啊! 都没大有人回!");
}