迟琛
2023-05-31 18:34
#include <iostream>
using namespace std;
int main()
{
int a = 100;
short b = a;
cout<<a<<endl<<b<<endl;
return 0;
}
程序是可以运行, 大数值会溢出
趣味 C++ 入门
31200 学习 · 189 问题
相似问题
回答 1
回答 2
回答 4