#include<bits/stdc++.h> using namespace std; int main(){ long long n=1e17+1; cout<<n<<endl; return 0; }
这段代码输出的为什么是1e17。