路边鼓掌的人


私信TA

用户名:shan

访问量:29242

签 名:

白天搬砖,夜晚盖楼

等  级
排  名 273
经  验 5675
参赛次数 7
文章发表 82
年  龄 22
在职情况 学生
学  校 信阳农林学院
专  业 计算机

  自我简介:

君子敲代码,小人装潇洒;举头望明月,低头敲代码;少壮不敲码,老大准成寡;生当作人杰,死亦敲代码。

public class Prog1083 {
    public static void main(String[] args) {
        Scanner scan = new Scanner(System.in);
        while (scan.hasNext()) {
            String s1 = scan.nextLine();
            String s2 = scan.nextLine();
            String []s = (s1+" "+s2).split(" ");
            for(int i=0;i<s.length;i++){
                System.out.print((char)Integer.parseInt(s[i]));
            }
        }
        
    }
}

 

0.0分

0 人评分

看不懂代码?想转换其他语言的代码? 或者想问其他问题? 试试问问AI编程助手,随时响应你的问题:

编程语言转换

万能编程问答  

代码解释器

代码纠错

SQL生成与解释

  评论区