public class d1217{
! t# B3 k& _7 Z) p4 k% m Y* }: X( f1 r$ I
public static void main(String[] arg){
* p' o j0 L% D# R1 |4 K# @' c6 L# |& y4 S
//if(arg.length<2)return ;( Q# f% V W$ w$ p' I" l) g
+ j/ ?5 t. i, }
try{
! ^2 i0 p, D: H" J' X3 J6 q
9 _- {, g' V1 ? System.out.println(Integer.parseInt(arg[0])+Integer.parseInt(arg[1]));' u. ]0 }: W' K# Y/ U+ p2 W
0 O& `2 d4 i! i }catch(Excrption e){# s! A9 f% J' L4 B
* D7 O1 i# [: G- y' O8 o+ L( M
System.out.println("參數不足啦"+e.toString());
% O) @- l' r" |0 F4 }$ ~6 B; Y4 \# A0 f0 t% n( J9 P
}
& ~3 b$ z T0 E6 G4 _2 k1 I' A$ P
+ G! s5 [3 g3 t( H) W: N" s& t} |