第一题

package test;

public class hhh {

    public static void main(String[] args) {
        // TODO Auto-generated method stub
        int a=1,b=2,c;
        c=a;
        a=b;
        b=c;
        System.out.println("a="+a);
        System.out.println("b="+b);

        

    }

}

 

posted @ 2020-03-19 12:01  来咬我啊20675  阅读(60)  评论(0)    收藏  举报