返回列表 發帖

1210 輸入字串相加

本帖最後由 b790113g 於 2011-12-10 11:34 編輯
$ f5 s$ j3 v# ], B2 e9 m: B- U
  1. public class d1210 {

  2.         public static void main(String[] arg){
  3.        
  4.                 System.out.println(arg[0]+arg[1]);
  5.                
  6.         }

  7. }
複製代碼

返回列表