| Run ID | Author | Problem | Lang | Verdict | Score | Time | Memory | Code Length | Submit Time |
|---|---|---|---|---|---|---|---|---|---|
| 147421 | 古浩圳bylz | 复杂算式 | C++ | Wrong Answer | 66 | 0 MS | 248 KB | 214 | 2024-05-18 15:08:46 |
#include<bits/stdc++.h> using namespace std; int main() { double x,n,i,q=0,k=0; cin>>x>>n; k=i-1+sqrt(i+x); q=k; for(i=1;i<=n;i++){ q=i-1+sqrt(q); } printf("%.2f",sqrt(n+sqrt(q))); return 0; }