#include<iostream> using namespace std; int main(){ short int k=2; k+=1; cout<<k<<endl; return 0; }
9.22 (4)
原文:http://www.cnblogs.com/LemonSir/p/7594587.html