public class d1217{
; j+ F X4 i$ \1 ^) u6 F& z* p ~- r, }0 k5 A$ i4 s
public static void main(String[] arg){- x Z4 q) B0 \" j P7 J+ m0 L! ^
7 F! s/ k9 x; Y8 ^$ a3 R
//if(arg.length<2)return ;
- v; ^" a7 _9 [2 n) r1 X2 `8 n) m8 O0 H8 ^* b
try{) m% V5 T% h2 [3 V# L
9 ^: C: e7 Q% x$ l6 k5 F, O& m
System.out.println(Integer.parseInt(arg[0])+Integer.parseInt(arg[1]));+ P H# f. c. v5 E! V
, q! [$ J: T$ A1 W5 e
}catch(Excrption e){
' y0 S. C0 G; Q
B. m6 x' h: B! F System.out.println("參數不足啦"+e.toString());
0 _" f1 x6 ]# X7 ]. ?2 @( P) ?7 h; U. U1 U# U
}
; \9 e9 j9 `' f# d5 M; e, A0 _0 o0 q3 S. p
} |