#include<bits/stdc++.h> using namespace std; int main() { int a; short b; cout< 摘要:解题思路:注意事项:参考代码:#includeusing namespace std;int main(){ int a; short b; cout<<sizeof a<<" "<…… 题解列表 2023年04月15日 0 点赞 0 评论 103 浏览 评分:9.9
2752: 整型数据类型存储空间大小 摘要:方法一: ```cpp #include using namespace std; int main() { int a; short b; cout…… 题解列表 2022年12月03日 0 点赞 0 评论 1312 浏览 评分:9.9