Mark Zhong
Results
1
issues of
Mark Zhong
class Player 34 { 35 public: 36 Player() 37 { 38 39 } 40 int get_age() 41 { 42 return 1; 43 } 44 }; 