#我是出题者 #正解177****43912023-08-07 13:29:23发布于:浙江0阅读0回复0点赞n相当于等差数列求和。 (首项+尾项)*项数/2 所以只用这一句即可: cout<<int(sqrt(2*n))<<endl; 代码: #include<bits/stdc++.h> using namespace std; int main() { int n; cin>>n; cout<<int(sqrt(2*n))<<endl; return 0; } 有帮助,赞一个去预览0/2000发布这里空空如也
有帮助,赞一个