9..22作业4


#include<iostream>
using namespace std;
int main()
{
short int s=3;
s+=4;
cout<<"s="<<s<<endl;
return 0;
}


 

原文地址:https://www.cnblogs.com/aipopo/p/7590390.html