9.28 作业 6

#include<iostream>
using namespace std;

int main()
{
   int short a;
   a=684318;
   cout<<"a="<<a<<endl;
   return 0;
}

原文地址:https://www.cnblogs.com/aipopo/p/7569156.html