A.int m = max(22,max(59,70)); B.int m = max(max(22,59),70); C.int m = max(22,59,70); D.int m = max(59,max(22,70));
A.private B.public C.protected D.friend
A.free B.create C.delete D.realse