#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 三叶癌 阅读(85) 评论(0) 收藏 举报