// Hallelujah, praise the one who set me free
// Hallelujah, death has lost its grip on me
// You have broken every chain, There's salvation in your name
// Jesus Christ, my living hope
#include <bits/stdc++.h>
#include "Anna.h"
using namespace std;
#define REP(i, s, e) for (int i = (s); i < (e); i++)
#define RREP(i, s, e) for (int i = (s); i >= (e); i--)
template <class T>
inline bool mnto(T& a, T b) {return a > b ? a = b, 1 : 0;}
template <class T>
inline bool mxto(T& a, T b) {return a < b ? a = b, 1: 0;}
typedef long long ll;
typedef long double ld;
#define FI first
#define SE second
typedef pair<int, int> ii;
typedef pair<ll, ll> pll;
typedef tuple<int, int, int> iii;
#define ALL(_a) _a.begin(), _a.end()
#define SZ(_a) (int) _a.size()
#define pb push_back
typedef vector<int> vi;
typedef vector<ll> vll;
typedef vector<ii> vii;
typedef vector<iii> viii;
#ifndef DEBUG
#define cerr if (0) cerr
#endif
const int INF = 1000000005;
const ll LINF = 1000000000000000005ll;
const int MAXN = 1000005;
const int BLK = 1384;
namespace {
int n, l, r;
vector<bool> bits;
int ans;
}
void InitA(int N, int L, int R) {
n = N; l = L; r = R;
int lb = l / BLK, rb = r / BLK;
int bn = (n - 1) / BLK + 1;
int id = 0;
REP (i, 0, lb) {
id += bn - i;
}
id += rb - lb;
cerr << lb << ' ' << rb << ' ' << id << '\n';
assert(id < (1 << 18));
RREP (k, 17, 0) {
SendA(id >> k & 1);
}
ans = -1;
}
void ReceiveA(bool x) {
bits.pb(x);
if (SZ(bits) == (2 * BLK + 1) * 2 + 20) {
int lb = l / BLK, rb = r / BLK;
int bn = (n - 1) / BLK + 1;
if (lb == rb) {
int id = lb * BLK;
vi stk;
for (bool x : bits) {
if (x) {
if (id >= l) {
stk.pb(id);
}
if (id == r) {
ans = stk[0];
return;
}
id++;
} else {
if (!stk.empty()) {
stk.pop_back();
}
}
}
} else {
int mid = 0;
REP (k, 0, 20) {
mid += bits.back() << k;
bits.pop_back();
}
int id = lb * BLK;
cerr << mid << ' ' << id << '\n';
vi stk;
for (bool x : bits) {
cerr << ' ' << id << ' ' << x << '\n';
if (x) {
if (id >= l) {
stk.pb(id);
cerr << "+ " << id << '\n';
}
if (id == r) {
ans = stk[0];
return;
}
id++;
if (id == (lb + 1) * BLK) {
id = mid;
} else if (id == mid + 1) {
id = rb * BLK;
}
} else {
if (!stk.empty()) {
cerr << "- " << stk.back() << '\n';
stk.pop_back();
}
}
}
}
}
assert(SZ(bits) <= (2 * BLK + 1) * 2 + 20);
}
int Answer() {
assert(ans != -1);
cerr << "! " << ans << '\n';
return ans;
}
// Hallelujah, praise the one who set me free
// Hallelujah, death has lost its grip on me
// You have broken every chain, There's salvation in your name
// Jesus Christ, my living hope
#include <bits/stdc++.h>
#include "Bruno.h"
using namespace std;
#define REP(i, s, e) for (int i = (s); i < (e); i++)
#define RREP(i, s, e) for (int i = (s); i >= (e); i--)
template <class T>
inline bool mnto(T& a, T b) {return a > b ? a = b, 1 : 0;}
template <class T>
inline bool mxto(T& a, T b) {return a < b ? a = b, 1: 0;}
typedef long long ll;
typedef long double ld;
#define FI first
#define SE second
typedef pair<int, int> ii;
typedef pair<ll, ll> pll;
typedef tuple<int, int, int> iii;
#define ALL(_a) _a.begin(), _a.end()
#define SZ(_a) (int) _a.size()
#define pb push_back
typedef vector<int> vi;
typedef vector<ll> vll;
typedef vector<ii> vii;
typedef vector<iii> viii;
#ifndef DEBUG
#define cerr if (0) cerr
#endif
const int INF = 1000000005;
const ll LINF = 1000000000000000005ll;
const int MAXN = 1000005;
const int BLK = 1384;
namespace {
int n;
vi p;
int cnt;
int id;
}
void InitB(int N, vi P) {
n = N; p = P;
cnt = 0;
id = 0;
while (n % BLK != 0) {
n++;
p.pb(INF);
}
}
void ReceiveB(bool y) {
id *= 2;
id += y;
if (++cnt == 18) {
int bn = (n - 1) / BLK + 1;
int lb = -1, rb = -1;
REP (i, 0, bn) {
if (bn - i <= id) {
id -= bn - i;
} else {
lb = i;
rb = i + id;
break;
}
}
cerr << lb << ' ' << rb << '\n';
assert(lb != -1);
vi stk;
REP (i, lb * BLK, (lb + 1) * BLK) {
while (!stk.empty() && stk.back() >= p[i]) {
SendB(0);
cerr << '0';
stk.pop_back();
}
SendB(1);
cerr << '1';
stk.pb(p[i]);
}
ii mid = {INF, (1 << 20) - 1};
if (lb < rb) {
REP (i, (lb + 1) * BLK, rb * BLK) {
mnto(mid, {p[i], i});
}
}
while (!stk.empty() && stk.back() >= mid.FI) {
SendB(0);
cerr << '0';
stk.pop_back();
}
SendB(1);
cerr << '1';
stk.pb(mid.FI);
REP (i, rb * BLK, (rb + 1) * BLK) {
while (!stk.empty() && stk.back() >= p[i]) {
SendB(0);
cerr << '0';
stk.pop_back();
}
SendB(1);
cerr << '1';
stk.pb(p[i]);
}
while (!stk.empty()) {
SendB(0);
cerr << '0';
stk.pop_back();
}
cerr << '\n';
assert(mid.SE < (1 << 20));
cerr << mid.FI << ' ' << mid.SE << '\n';
RREP (k, 19, 0) {
SendB(mid.SE >> k & 1);
}
}
assert(cnt <= 18);
}
Compilation message
Anna.cpp: In function 'void ReceiveA(bool)':
Anna.cpp:67:13: warning: unused variable 'bn' [-Wunused-variable]
67 | int bn = (n - 1) / BLK + 1;
| ^~
# |
Verdict |
Execution time |
Memory |
Grader output |
1 |
Correct |
48 ms |
580 KB |
Output is correct |
2 |
Correct |
75 ms |
472 KB |
Output is correct |
3 |
Correct |
48 ms |
580 KB |
Output is correct |
4 |
Correct |
38 ms |
472 KB |
Output is correct |
5 |
Correct |
54 ms |
472 KB |
Output is correct |
6 |
Correct |
58 ms |
476 KB |
Output is correct |
7 |
Correct |
43 ms |
472 KB |
Output is correct |
8 |
Correct |
47 ms |
516 KB |
Output is correct |
9 |
Correct |
43 ms |
476 KB |
Output is correct |
10 |
Correct |
49 ms |
480 KB |
Output is correct |
11 |
Correct |
28 ms |
400 KB |
Output is correct |
12 |
Correct |
40 ms |
476 KB |
Output is correct |
13 |
Correct |
41 ms |
476 KB |
Output is correct |
14 |
Correct |
33 ms |
472 KB |
Output is correct |
15 |
Correct |
73 ms |
584 KB |
Output is correct |
16 |
Correct |
43 ms |
400 KB |
Output is correct |
17 |
Correct |
39 ms |
476 KB |
Output is correct |
18 |
Correct |
24 ms |
488 KB |
Output is correct |
19 |
Correct |
38 ms |
588 KB |
Output is correct |
20 |
Correct |
48 ms |
468 KB |
Output is correct |
# |
Verdict |
Execution time |
Memory |
Grader output |
1 |
Correct |
48 ms |
580 KB |
Output is correct |
2 |
Correct |
75 ms |
472 KB |
Output is correct |
3 |
Correct |
48 ms |
580 KB |
Output is correct |
4 |
Correct |
38 ms |
472 KB |
Output is correct |
5 |
Correct |
54 ms |
472 KB |
Output is correct |
6 |
Correct |
58 ms |
476 KB |
Output is correct |
7 |
Correct |
43 ms |
472 KB |
Output is correct |
8 |
Correct |
47 ms |
516 KB |
Output is correct |
9 |
Correct |
43 ms |
476 KB |
Output is correct |
10 |
Correct |
49 ms |
480 KB |
Output is correct |
11 |
Correct |
28 ms |
400 KB |
Output is correct |
12 |
Correct |
40 ms |
476 KB |
Output is correct |
13 |
Correct |
41 ms |
476 KB |
Output is correct |
14 |
Correct |
33 ms |
472 KB |
Output is correct |
15 |
Correct |
73 ms |
584 KB |
Output is correct |
16 |
Correct |
43 ms |
400 KB |
Output is correct |
17 |
Correct |
39 ms |
476 KB |
Output is correct |
18 |
Correct |
24 ms |
488 KB |
Output is correct |
19 |
Correct |
38 ms |
588 KB |
Output is correct |
20 |
Correct |
48 ms |
468 KB |
Output is correct |
21 |
Correct |
38 ms |
732 KB |
Output is correct |
22 |
Correct |
41 ms |
732 KB |
Output is correct |
23 |
Correct |
46 ms |
656 KB |
Output is correct |
24 |
Correct |
48 ms |
660 KB |
Output is correct |
25 |
Correct |
20 ms |
740 KB |
Output is correct |
26 |
Correct |
64 ms |
716 KB |
Output is correct |
27 |
Correct |
46 ms |
712 KB |
Output is correct |
28 |
Correct |
74 ms |
720 KB |
Output is correct |
29 |
Correct |
52 ms |
736 KB |
Output is correct |
30 |
Correct |
65 ms |
728 KB |
Output is correct |
31 |
Correct |
48 ms |
720 KB |
Output is correct |
32 |
Correct |
72 ms |
708 KB |
Output is correct |
33 |
Correct |
54 ms |
716 KB |
Output is correct |
34 |
Correct |
54 ms |
636 KB |
Output is correct |
35 |
Correct |
50 ms |
604 KB |
Output is correct |
36 |
Correct |
54 ms |
712 KB |
Output is correct |
37 |
Correct |
23 ms |
624 KB |
Output is correct |
# |
Verdict |
Execution time |
Memory |
Grader output |
1 |
Correct |
191 ms |
15936 KB |
Output is correct |
2 |
Correct |
188 ms |
16120 KB |
Output is correct |
3 |
Correct |
158 ms |
16152 KB |
Output is correct |
4 |
Correct |
166 ms |
16120 KB |
Output is correct |
5 |
Correct |
203 ms |
16112 KB |
Output is correct |
6 |
Correct |
158 ms |
16108 KB |
Output is correct |
7 |
Correct |
217 ms |
16108 KB |
Output is correct |
8 |
Correct |
169 ms |
16128 KB |
Output is correct |
9 |
Correct |
149 ms |
16120 KB |
Output is correct |
10 |
Correct |
163 ms |
16108 KB |
Output is correct |
11 |
Correct |
168 ms |
16112 KB |
Output is correct |
12 |
Correct |
152 ms |
16108 KB |
Output is correct |
13 |
Correct |
197 ms |
16112 KB |
Output is correct |
14 |
Correct |
126 ms |
16104 KB |
Output is correct |
15 |
Correct |
192 ms |
16112 KB |
Output is correct |
16 |
Correct |
141 ms |
16136 KB |
Output is correct |
17 |
Correct |
201 ms |
16120 KB |
Output is correct |
18 |
Correct |
193 ms |
16108 KB |
Output is correct |
19 |
Correct |
191 ms |
16112 KB |
Output is correct |
20 |
Correct |
155 ms |
16112 KB |
Output is correct |
21 |
Correct |
218 ms |
16104 KB |
Output is correct |
22 |
Correct |
184 ms |
16120 KB |
Output is correct |
23 |
Correct |
116 ms |
16152 KB |
Output is correct |
24 |
Correct |
123 ms |
16120 KB |
Output is correct |
25 |
Correct |
154 ms |
16108 KB |
Output is correct |
26 |
Correct |
178 ms |
16120 KB |
Output is correct |
27 |
Correct |
127 ms |
16108 KB |
Output is correct |
28 |
Correct |
155 ms |
16120 KB |
Output is correct |
29 |
Correct |
133 ms |
16108 KB |
Output is correct |
30 |
Correct |
130 ms |
16168 KB |
Output is correct |