Run ID:96040
提交时间:2024-11-02 17:32:20
#include<bits/stdc++.h> using namespace std; int main() { int k,n=1; double Sn=0.0; cin>>k; while(n){ Sn+=pou(n+1,-1); n++; } cout<<n<<endl; return 0; }