练习题6

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

原文地址:https://www.cnblogs.com/sanyeai/p/7567706.html