9.22 (4)

#include<iostream>
using namespace std;
int main(){
    short int k=2;
    k+=1;
    cout<<k<<endl;
    return 0;
}

posted @ 2017-09-25 23:49  LemonSir  阅读(42)  评论(0编辑  收藏  举报