c++作业4 9.22

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

posted @ 2017-09-25 19:53  羿龙  阅读(77)  评论(0编辑  收藏  举报