public class Person{
public String name;
public Person father;
public Person mother;
public boolean fucked;
public Person(String name,Person father,Person mother){
.....
}
public void FinalExam(Person A){
A.fucked = true;
FinalExam(A.father);
FinalExam(A.mother);
}
}
--
Person A 操你祖宗∞代
--
※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 140.118.229.128
※ 編輯: FoxQ 來自: 140.118.229.128 (06/11 15:27)
推 hikaru677:專業好文必推阿XDDD 06/11 20:38