9.22作业4

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

posted on 2017-09-24 15:16  三叶癌  阅读(79)  评论(0编辑  收藏  举报

导航