返回列表 發帖

1210 輸入字串相加

本帖最後由 b790113g 於 2011-12-10 11:34 編輯 $ y* D. L& W3 R( Q
  1. public class d1210 {

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

  7. }
複製代碼

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


  10. }
複製代碼
水桶小鄭,鯰魚

TOP

  1. public class j1210 {

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

  8. }
複製代碼
小雲雀

TOP

  1. public class j2{
  2. public static void main(String[] args){
  3.         System.out.print(args[0]+args[1]);
  4. }
  5. }
複製代碼
陳彥綸

TOP

public class tom1210% u7 N4 ^) i* U3 j  S) X

3 R' y* G# B" k+ Z1 O. r{) g6 M, q1 D+ h7 ~

9 R7 p& l" X$ G: l% ]    public static void main(String[]arg)
$ z1 E, D. N. m. P1 V$ I
1 _) U9 u* u' u0 S        {
. l" @& [7 s7 ~# l4 H$ d" R1 O; \& I3 L% q/ `! D
               
. D4 w8 _/ Y" q7 Y- T1 S
2 l  S3 G; Z) E- H( C  ?& p! a                        System.out.println(arg[0]+arg[1]);% |+ C: a* h" U6 A7 ~7 f
3 E" D/ x2 y6 m1 @' o% u4 O* H, v
               
. x, @3 r. j) Z7 T6 U! Z( H7 b, k
1 l2 G% i- J$ J! D! {4 Q    6 C+ _* ~$ K, q! \' S2 s. U8 l7 |
' A* _/ k9 A( w/ K' B6 o
    }+ ?8 ]- |3 J) M3 Z$ H7 _

# N, v* Q8 P1 f( @, f3 A+ k/ b. d3 B2 ^# Q! I$ M8 N5 {
& L, [/ Y. K( i+ M4 ]

7 j, w  P/ q( D0 d: l  K1 j; l2 }& r, O
}
人平

TOP

返回列表