#include <iostream>
#include <iomanip>
#include <cmath>
#include <cstring>
#include <vector>
#include <algorithm>
#include <deque>
#include <set>
#include <utility>
#include <array>
using i64 = long long;
using u64 = unsigned long long;
using f64 = double;
using f80 = long double;
using namespace std;
#define ALL(x) x.begin(), x.end()
#define ShinLena cin.tie(nullptr)->sync_with_stdio(false);
#define N 200005
int n, x[N], r[N];
f80 rr[N];
int main()
{
ShinLena;
cin >> n;
for (int i = 0; i < n; ++i)
{
cin >> x[i] >> r[i];
}
rr[0] = r[0];
for (int i = 1; i < n; ++i)
{
f80 l = 1, r = ::r[i], iter = 100;
for (; iter--;)
{
f80 m = (l+r)/2, ok = 1;
for (int j = 0; ok && j < i; ++j)
{
f80 dy = abs(::rr[j] - m);
f80 dx = x[i] - x[j];
f80 reco = sqrtl(dy * dy + dx * dx);
if (reco < ::rr[j] + m) ok = 0;
}
if (ok) l = m;
else r = m;
}
rr[i] = r;
}
cout << fixed << setprecision(3);
for (int i = 0; i < n; ++i)
cout << rr[i] << '\n';
return 0;
}
# |
결과 |
실행 시간 |
메모리 |
Grader output |
1 |
Incorrect |
1 ms |
2396 KB |
10th numbers differ - expected: '0.5150000000', found: '1.0000000000', error = '0.4850000000' |
2 |
Halted |
0 ms |
0 KB |
- |
# |
결과 |
실행 시간 |
메모리 |
Grader output |
1 |
Correct |
1 ms |
2396 KB |
2 numbers |
# |
결과 |
실행 시간 |
메모리 |
Grader output |
1 |
Incorrect |
46 ms |
2392 KB |
2nd numbers differ - expected: '0.0010000000', found: '1.0000000000', error = '0.9990000000' |
2 |
Halted |
0 ms |
0 KB |
- |
# |
결과 |
실행 시간 |
메모리 |
Grader output |
1 |
Incorrect |
717 ms |
2788 KB |
113th numbers differ - expected: '0.2500000000', found: '1.0000000000', error = '0.7500000000' |
2 |
Halted |
0 ms |
0 KB |
- |
# |
결과 |
실행 시간 |
메모리 |
Grader output |
1 |
Execution timed out |
2049 ms |
2900 KB |
Time limit exceeded |
2 |
Halted |
0 ms |
0 KB |
- |
# |
결과 |
실행 시간 |
메모리 |
Grader output |
1 |
Execution timed out |
2057 ms |
3416 KB |
Time limit exceeded |
2 |
Halted |
0 ms |
0 KB |
- |
# |
결과 |
실행 시간 |
메모리 |
Grader output |
1 |
Execution timed out |
2035 ms |
4260 KB |
Time limit exceeded |
2 |
Halted |
0 ms |
0 KB |
- |
# |
결과 |
실행 시간 |
메모리 |
Grader output |
1 |
Execution timed out |
2045 ms |
4572 KB |
Time limit exceeded |
2 |
Halted |
0 ms |
0 KB |
- |
# |
결과 |
실행 시간 |
메모리 |
Grader output |
1 |
Execution timed out |
2055 ms |
5028 KB |
Time limit exceeded |
2 |
Halted |
0 ms |
0 KB |
- |
# |
결과 |
실행 시간 |
메모리 |
Grader output |
1 |
Execution timed out |
2032 ms |
6164 KB |
Time limit exceeded |
2 |
Halted |
0 ms |
0 KB |
- |