#include<bits/stdc++.h>
#include "advisor.h"
using namespace std;
vector<int> haha[100001];
void ComputeAdvice(int *c, int n, int k, int m) {
int br = 0,z = 1;
while(z <= n) {
z*=2;
br++;
}
vector<int> ans(0);
vector<int> p(n);
vector<bool> bruh(n);
int a,b;
priority_queue<pair<int,int>> idk;
for(int i = 0; i < n; i++) {
haha[c[i]].push_back(i);
}
for(int i = 0; i < n; i++) {
haha[i].push_back(INT_MAX);
}
for(int i = 0; i < k; i++) {
bruh[i] = true;
idk.push({haha[i][0],i});
}
for(int i = 0; i < n; i++) {
if(bruh[c[i]]) {
p[c[i]]++;
if(haha[c[i]][p[c[i]]] == INT_MAX) {
idk.push({INT_MAX,c[i]});
}
else {
idk.push({haha[c[i]][p[c[i]]],c[i]});
}
ans.push_back(INT_MAX);
}
else {
a = idk.top().first;
b = idk.top().second;
bruh[b] = false;
idk.pop();
ans.push_back(b);
p[c[i]]++;
if(haha[c[i]][p[c[i]]] == INT_MAX) {
idk.push({INT_MAX,c[i]});
}
else {
idk.push({haha[c[i]][p[c[i]]],c[i]});
}
bruh[c[i]] = true;
}
}
for(int i = 0; i < n; i++) {
for(int j = br-1; j >= 0; j--) {
if((1 << j)&ans[i]) {
WriteAdvice(1);
}
else {
WriteAdvice(0);
}
}
}
}
#include<bits/stdc++.h>
#include "assistant.h"
using namespace std;
void Assist(unsigned char *a, int n, int k, int r) {
int br = 0,z = 1,x = 0;
while(z <= n) {
z*=2;
br++;
}
int y = 0;
for(int i = 0; i < n; i++) {
GetRequest();
x = 0;
for(int j = 0; j < br; j++) {
x*=2;
x+=(int)a[y];
y++;
}
cout << x << endl;
if(x < n) {
PutBack(x);
}
}
}
Compilation message
advisor.cpp: In function 'void ComputeAdvice(int*, int, int, int)':
advisor.cpp:15:9: warning: variable 'a' set but not used [-Wunused-but-set-variable]
15 | int a,b;
| ^
# |
결과 |
실행 시간 |
메모리 |
Grader output |
1 |
Incorrect |
1 ms |
2956 KB |
Hacked |
2 |
Halted |
0 ms |
0 KB |
- |
# |
결과 |
실행 시간 |
메모리 |
Grader output |
1 |
Incorrect |
37 ms |
4480 KB |
Hacked |
2 |
Halted |
0 ms |
0 KB |
- |
# |
결과 |
실행 시간 |
메모리 |
Grader output |
1 |
Incorrect |
336 ms |
15900 KB |
Hacked |
2 |
Halted |
0 ms |
0 KB |
- |
# |
결과 |
실행 시간 |
메모리 |
Grader output |
1 |
Incorrect |
2 ms |
3084 KB |
Error - advice is too long |
2 |
Halted |
0 ms |
0 KB |
- |
# |
결과 |
실행 시간 |
메모리 |
Grader output |
1 |
Incorrect |
410 ms |
19092 KB |
Hacked |
2 |
Incorrect |
392 ms |
19084 KB |
Hacked |
3 |
Incorrect |
391 ms |
19112 KB |
Hacked |
4 |
Incorrect |
397 ms |
19024 KB |
Hacked |
5 |
Incorrect |
390 ms |
19068 KB |
Hacked |
6 |
Incorrect |
390 ms |
19032 KB |
Hacked |
7 |
Incorrect |
394 ms |
18992 KB |
Hacked |
8 |
Incorrect |
391 ms |
19188 KB |
Hacked |
9 |
Incorrect |
404 ms |
18956 KB |
Hacked |
10 |
Incorrect |
394 ms |
19236 KB |
Hacked |