#include<iostream> using namespace std; int main(){ short int a=2; a-=1; cout<<a<<endl; return 0; }
转载于:https://www.cnblogs.com/sanyeai/p/7587285.html
#include<iostream> using namespace std; int main(){ short int a=2; a-=1; cout<<a<<endl; return 0; }
转载于:https://www.cnblogs.com/sanyeai/p/7587285.html