题解 | #按照格式输入并交换输出#

按照格式输入并交换输出

http://www.nowcoder.com/practice/95eb723a3e854376a7eb6d116cc7d875

import java.util.Scanner;
public class Main{
    public static void main(String[] args) {
        Scanner in = new Scanner(System.in);
        String str = in.nextLine();
        String[] strs = str.split(",");
        int a = Integer.parseInt(strs[0].substring(2));
        int b = Integer.parseInt(strs[1].substring(2));
        a = a ^ b;
        b = a ^ b;
        a = a ^ b;
        System.out.println(strs[0].substring(0,1) +"="+ a+","+strs[1].substring(0,1) +"="+ b);
    }
}
全部评论
这波异或操作玩的是真的6
点赞 回复 分享
发布于 06-05 02:25 江苏

相关推荐

死在JAVA的王小美:哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈,我也是,让我免了一轮,但是硬气拒绝了
点赞 评论 收藏
分享
5 1 评论
分享
牛客网
牛客企业服务