QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#239812 | #5505. Great Chase | elkernos# | AC ✓ | 1028ms | 10020kb | C++23 | 2.7kb | 2023-11-04 23:33:25 | 2023-11-04 23:33:26 |
Judging History
answer
// clang-format off
#include <bits/stdc++.h>
// #include <ext/pb_ds/assoc_container.hpp>
// #include <ext/pb_ds/tree_policy.hpp>
using namespace std;
template<class Fun>
class y_combinator_result {
Fun fun_;
public:
template<class T> explicit y_combinator_result(T &&fun): fun_(forward<T>(fun)) {}
template<class ...Args> decltype(auto) operator()(Args &&...args) { return fun_(ref(*this), forward<Args>(args)...); }
};
template<class Fun> decltype(auto) y_combinator(Fun &&fun) { return y_combinator_result<decay_t<Fun>>(forward<Fun>(fun)); }
// using namespace __gnu_pbds;
// template <typename T> using ordered_set = tree<T, null_type, less<T>, rb_tree_tag, tree_order_statistics_node_update>;
#define sim template < class c
#define ris return * this
#define dor > debug & operator <<
#define eni(x) sim > typename enable_if<sizeof dud<c>(0) x 1, debug&>::type operator<<(c i) {
sim > struct rge { c b, e; };
sim > rge<c> range(c i, c j) { return rge<c>{i, j}; }
sim > auto dud(c* x) -> decltype(cerr << *x, 0);
sim > char dud(...);
struct debug {
#ifdef XOX
~debug() { cerr << endl; }
eni(!=) cerr << boolalpha << i; ris; }
eni(==) ris << range(begin(i), end(i)); }
sim, class b dor(pair < b, c > d) { ris << "(" << d.first << ", " << d.second << ")"; }
sim dor(rge<c> d) { *this << "["; for (auto it = d.b; it != d.e; ++it) *this << ", " + 2 * (it == d.b) << *it; ris << "]"; }
#else
sim dor(const c&) { ris; }
#endif
};
#define imie(...) " [" << #__VA_ARGS__ ": " << (__VA_ARGS__) << "] "
struct { template <class T> operator T() { T x; cin >> x; return x; } } in;
#define endl '\n'
#define pb emplace_back
#define vt vector
#define all(x) begin(x), end(x)
#define sz(x) (int)(x).size()
using i64 = long long;
#define int long long
using T = long double;
// clang-format on
void solve() {
int n = in, _ = in;
vt<pair<int, int>> p(n);
for (auto &[a, b] : p) {
a = in, b = in;
}
T lo = 0, hi = 1e16;
const T oo = 1e20;
for(int r = 0; r < 120; r++) {
T max_from_left = -oo;
T min_from_right = oo;
T mid = (lo + hi) / 2;
for(auto [a, b] : p) {
if(a < 0) {
max_from_left = max(max_from_left, a + b * mid);
}
if(a > 0) {
min_from_right = min(min_from_right, a - b * mid);
}
}
if(min_from_right < max_from_left) {
hi = mid;
}
else {
lo = mid;
}
}
cout << fixed << setprecision(18) << _ * hi << endl;
}
int32_t main() {
cin.tie(0)->sync_with_stdio(0);
// int t = 1;
int t = in;
while (t--) {
solve();
}
}
详细
Test #1:
score: 100
Accepted
time: 0ms
memory: 3596kb
input:
3 4 9 10 2 -7 2 -6 1 7 1 2 8 -1 7 1 6 2 3 -1000000000000 1 1000000000000 1
output:
38.250000000000000003 1.230769230769230769 3000000000000.000000238418579102
result:
ok 3 numbers
Test #2:
score: 0
Accepted
time: 668ms
memory: 3676kb
input:
10000 200 997007 405524182320 754760 686939601648 419804 687047488212 715566 1446157132 4594 -670522037 4673 763634629282 253755 424307411732 275041 1582708381 8473 -667425982 4622 -522841486 1427 702430907988 460271 1405423646 1060 1497754648 6227 883363410675 723547 56899800372 46435 -810216390 64...
output:
145405766328.349110051989555359 16414958969.727281192317605019 5202715639.835183900315314531 321977234.156325868971180171 45384199210.221683971583843231 183885744.769230769248679280 1708925225.230472358060069382 89786664971.557942643761634827 13924365606.287388795055449009 412975327.5555555555620230...
result:
ok 10000 numbers
Test #3:
score: 0
Accepted
time: 926ms
memory: 4104kb
input:
93 15435 968117 4196666 184 -5069875 255 -9782648 980 -1978138 176 9333323 764 -4323540 12 -8442049 319 -5371878 137 2881306 10 -4050629 133 -4659099 59 -5189169 320 -2256647 99 -3686648 37 1059255 33 -223142 20 8040933 408 8407764 705 694547 38 -7913614 746 -3573355 132 5919585 189 -3756662 94 -795...
output:
189662921.363636363646946847 197971181.333333333343034610 997533531.737629592476878315 6439673170.665741784963756800 993821598110.661077857017517090 22727977326.402660988271236420 34702455207.518504031002521515 677770533.929817498719785362 46631726883.969133235514163971 5446481867.129032258410006762...
result:
ok 93 numbers
Test #4:
score: 0
Accepted
time: 938ms
memory: 10020kb
input:
5 400000 999972 172811492468 106699 171900177092 102097 194121748377 184014 190302947556 172722 183121572232 149212 196566712700 190884 171376795991 99358 522927044000 159597 -129031052077 34395 189422320931 170012 -275879974024 638546 408864707565 98475 -106703244806 368801 192128798630 178213 2915...
output:
519985220219.811770915985107422 511413015796.766475379467010498 424240880533.634020388126373291 518849481155.503918796777725220 1882496988186.444000005722045898
result:
ok 5 numbers
Test #5:
score: 0
Accepted
time: 1028ms
memory: 8172kb
input:
38 16668 999947 -3844782803 511 -210897941456 464872 618726004990 714384 -954596898686 225256 96675744 1148 -1515974078 11375 -206213840984 706184 306078847 3947 -474818331950 391451 -616022698917 561244 123378707 1540 -640636592655 406006 459201391325 908506 -733249583 5719 496163273 6238 619876911...
output:
89670748252.978608019649982452 98630840901.507606960833072662 29393530999.894327789545059204 50801000770.955985423177480698 39668001027.269331347197294235 467846478226.411370843648910522 30789914370.574311614036560059 23151476830.905098434537649155 51606123416.625827591866254807 151713060001.6625889...
result:
ok 38 numbers