9月18日作业 1

#include<iostream>
using namespace std;

int main()
{

     long long int a;
     a=12345678901234;
     cout<<a<<endl;
     return 0;
}

posted @ 2017-09-21 16:02  TOTO2  阅读(126)  评论(0编辑  收藏  举报