题解 | #ASCII码#

ASCII码

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

#include<stdio.h>
int main()
{
    int a[12]={73, 32, 99, 97, 110, 32, 100, 111, 32, 105, 116 , 33};
    int i=0;
    while (i<12)
    {
        printf("%c",a[i]);
        i++;
    }
return 0;
}

其实这题直接输出就好了,我这是练练手。

全部评论
确实
点赞 回复 分享
发布于 2021-12-11 23:00

相关推荐

牛客963010790号:为什么还要收藏
点赞 评论 收藏
分享
offer多多的六边形战士很无语:看了你的博客,感觉挺不错的,可以把你的访问量和粉丝数在简历里提一下,闪光点(仅个人意见)
点赞 评论 收藏
分享
1 收藏 评论
分享
牛客网
牛客企业服务