提交时间:2023-10-05 19:54:08
运行 ID: 27467
#include<iostream> using namespace std; int main(){ int a; short int b; cout<<a<<b; return 0; }