public class d1217{
' c/ H2 [1 u, l) h- S3 \$ u3 W! B q
public static void main(String[] arg){$ l( G3 J2 e8 l5 K
! V6 L q( g& s2 z+ N- {: L2 d
//if(arg.length<2)return ;0 @6 \1 t3 X8 T" G2 h
C* t2 I0 ~# ^5 a8 Q
try{
( K2 p# V" Q: u6 r: V$ u0 B
1 v$ f" t- |+ j1 f% I T U System.out.println(Integer.parseInt(arg[0])+Integer.parseInt(arg[1]));
; o- K0 U2 N X9 |# ^: R( ~3 K( [# |7 y/ ]1 ~( g
}catch(Excrption e){
+ i0 M f* k; I, x( c* I) G
. H7 [: U9 K+ X3 }/ k7 Q) F V! [ System.out.println("參數不足啦"+e.toString());
. z1 y2 @: c3 o0 Z1 q% V+ k* O& G" g4 g1 f, f, h5 h+ t
}: _" i8 I: N; f
0 ?' a* x+ ?; ]4 o' I
} |