会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
秦和皓月
别说读书太苦,那是我们看世界的路。
首页
新随笔
管理
2022年7月2日
001.数据类型之int类型
摘要: #include <stdio.h> #include <limits.h> int main() { //有符号型整形 int a = 0; short int b = 1; long int c = 2; long long int d = 2; //无符号型整形 unsigned int un
阅读全文
posted @ 2022-07-02 22:56 李林林
阅读(387)
评论(0)
推荐(0)
编辑
公告