题解 | #ASCII码#

ASCII码

http://www.nowcoder.com/practice/4280d330fe314e8f98cd5c593e3e9190

public class Main {
    public static void main(String[] args) {
        int[] asciis = { 73, 32, 99, 97, 110, 32, 100, 111, 32, 105, 116 , 33 };
        for(int ascii : asciis) {
            System.out.print((char)ascii);
        }
        
    }
}
全部评论

相关推荐

卡卡罗特ovo:说起云智我就来气,约好了一面,结果面试官没来,ssob上问hr也未读,我还是专门请了半天假在家面试,恶心死了
点赞 评论 收藏
分享
02-11 14:29
已编辑
字节跳动_QA
Edgestr:这种的写代码最狠了
点赞 评论 收藏
分享
评论
1
收藏
分享

创作者周榜

更多
牛客网
牛客网在线编程
牛客网题解
牛客企业服务