题解 | #有容乃大#

有容乃大

https://www.nowcoder.com/practice/4712159bbc15417086d40d6c6ff94fee

#include <stdio.h>

int main()
 {
    int s=sizeof(short);
    int i=sizeof(int);
    int l=sizeof(long);
    int ll=sizeof(long long);
    printf("The size of short is %d bytes.\n",s);
    printf("The size of int is %d bytes.\n",i);
    printf("The size of long is %d bytes.\n",l);
    printf("The size of long long is %d bytes.",ll);
    return 0;
}

全部评论

相关推荐

09-04 00:41
中山大学 C++
鼠鼠能上岸吗:进行中是秋招大项目进行中,你还可以选别的岗位;已结束是这个岗位流程结束了;筛选中就是在简历筛选环节没hr捞
投递美团等公司10个岗位
点赞 评论 收藏
分享
在吐槽的我很喜欢后仰...:牛逼,比我本硕七年干的还多
点赞 评论 收藏
分享
评论
点赞
收藏
分享

创作者周榜

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