public class d1217{' B3 m% J% ^0 S% X
& w8 g- p( ` n- O' a+ G/ U) B( v0 h6 I public static void main(String[] arg){
9 b, N8 F _' E0 R \$ w7 t: b8 f3 p6 D: i
//if(arg.length<2)return ;, o; w# F+ l8 Z. Y& [
1 o0 G+ k# Z2 p4 q) |' x
try{7 }& } |2 e. W* H
, X. e$ s9 }1 E6 [! o% K0 C9 K
System.out.println(Integer.parseInt(arg[0])+Integer.parseInt(arg[1]));
" ]1 l# [+ O* ?; R
/ i% E. D, g6 @6 b }catch(Excrption e){+ f! X9 N0 ^6 |1 S& Y
/ }7 C& J* e) M System.out.println("參數不足啦"+e.toString());
5 I2 K: ~4 | Q1 Y+ f4 @* ~& C5 w" ?: t
}
$ g% Y& f4 h9 |8 r- ?) Z# } P+ z4 A% {/ e+ W
} |