返回列表 發帖

1210 輸入字串相加

本帖最後由 b790113g 於 2011-12-10 11:34 編輯 6 B; C% \8 W( w, z2 {5 a0 @, L
  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
" P& w9 n* e4 j  \8 v" F" z' I4 |- @' _# T- t( ]+ [9 \
{
! [. y3 c' ]+ x* ?3 E' e! c6 H) ~1 c' w3 c6 y6 t3 R, m
    public static void main(String[]arg)
8 @6 z7 [0 g, `0 R( G8 g8 e$ G; O6 r: p& ~% e" s! R
        {
+ Z6 m- `$ v; K# h* t7 I4 y
) h  A* c% L5 Q6 s' Z               
5 f2 ^! W( w+ l+ f* L9 h
. Z, \/ `( L* ]7 B                        System.out.println(arg[0]+arg[1]);
6 ?- U% Q8 }2 T/ e, H1 I9 P' r) c3 O1 g- q* u  I& C3 s
                ) l! H7 A+ ~' C
1 o0 i! {1 G( L; c5 ]* j
    9 Y# E" O7 _% T

7 j$ D- K/ y! ~  K! M) M1 d, f    }0 R* \2 e( D. x) L6 M6 E

- n- W' X2 w6 o, e# d) R% [: }! @5 c: y: o  K* L7 N

% ]2 H" h! e4 w0 `( l8 z4 _: v! o5 {, E
+ N- R" M% f: U1 W' g" I8 f1 i
}
人平

TOP

返回列表