练习题1

#include<iostream>
using namespace std;
int main(){

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

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