标签:out code pac logs es2017 pre clu names include
#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