Run ID:96030

提交时间:2024-11-02 17:27:47

#include<bits/stdc++.h> using namespace std; int main() { int k,n=1; double Sn; cin>>k; while(n){ Sn+=pou(n++,-1); n++; } cout<<n<<endl; return 0; }