c++作业4 9.22

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

原文地址:https://www.cnblogs.com/928990166li/p/7593624.html