訪客只能看到部份內容,免費 加入會員 或由臉書 Google 可以看到全部內容
if n>p then System.out.print(n); else System.out.print(p); endif System.out.println();
if(n>p) System.out.print(n);else System.out.print(p);System.out.println();