#include <bits/stdc++.h>
#define vi vector<int>
#define ve vector
#define ll long long
#define vf vector<float>
#define vll vector<pair<ll,ll>>
#define ii pair<int,int>
#define pll pair<ll,ll>
#define vvi vector<vi>
#define vii vector<ii>
#define gii greater<ii>
#define pb push_back
#define mp make_pair
#define fi first
#define se second
#define INF 2e9+5
#define eps 1e-7
#define eps1 1e-25
#define optimise ios_base::sync_with_stdio(false);cin.tie(NULL);cout.tie(NULL);
#define MAX_A 1e5+5
#define V 450
using namespace std;
const int MOD = 1e9;
const int nax = 1e5+5;
#include "advisor.h"
void ComputeAdvice(int *c, int n, int k, int m) {
for (int i = 0; i < n; ++i)
{
for (int j = 12; j >= 0; --j)
{
if((c[i] & (int)(pow(2,j))) == (int)(pow(2,j))){
WriteAdvice(1);
}else {
WriteAdvice(0);
}
}
}
}
#include <bits/stdc++.h>
#define vi vector<int>
#define ve vector
#define ll long long
#define vf vector<float>
#define vll vector<pair<ll,ll>>
#define ii pair<int,int>
#define pll pair<ll,ll>
#define vvi vector<vi>
#define vii vector<ii>
#define gii greater<ii>
#define pb push_back
#define mp make_pair
#define fi first
#define se second
#define INF 2e9+5
#define eps 1e-7
#define eps1 1e-25
#define optimise ios_base::sync_with_stdio(false);cin.tie(NULL);cout.tie(NULL);
#define MAX_A 1e5+5
#define V 450
using namespace std;
const int MOD = 1e9;
const int nax = 5e3+5;
#include "assistant.h"
bool vis[nax];
void Assist(unsigned char *a, int n, int k, int r) {
vi vals;
for (int i = 0; i < n; i++) {
int cur = 0;
for (int j = 0; j < 13; ++j)
{
if(a[i*13 + j] == '1'){
cur += (int)(pow(2,12-j));
}
}
vals.pb(cur);
}
ve<bool> sch(n+1,0);
for (int i = 0; i < k; ++i)
{
sch[i] = 1;
}
for (int i = 0; i < n; ++i)
{
int req = GetRequest();
if(sch[req]) continue;
int rem = 0;
memset(vis,0,sizeof vis);
for (int j = i+1; j < n; ++j)
{
if(!vis[vals[j]] && sch[vals[j]]){
vis[vals[j]] = 1;
rem = vals[j];
}
}
for (int j = 0; j < n; ++j)
{
if(sch[j] && !vis[j]){
rem = j; break;
}
}
sch[rem] = 0;
sch[req] = 1;
PutBack(rem);
}
}
# |
결과 |
실행 시간 |
메모리 |
Grader output |
1 |
Correct |
0 ms |
508 KB |
Output is correct |
2 |
Incorrect |
2 ms |
608 KB |
Output isn't correct - not an optimal way |
3 |
Halted |
0 ms |
0 KB |
- |
# |
결과 |
실행 시간 |
메모리 |
Grader output |
1 |
Incorrect |
92 ms |
1576 KB |
Output isn't correct - not an optimal way |
2 |
Halted |
0 ms |
0 KB |
- |
# |
결과 |
실행 시간 |
메모리 |
Grader output |
1 |
Runtime error |
2203 ms |
10796 KB |
Execution killed with signal 11 |
2 |
Halted |
0 ms |
0 KB |
- |
# |
결과 |
실행 시간 |
메모리 |
Grader output |
1 |
Incorrect |
2 ms |
516 KB |
Error - advice is too long |
2 |
Halted |
0 ms |
0 KB |
- |
# |
결과 |
실행 시간 |
메모리 |
Grader output |
1 |
Execution timed out |
2544 ms |
11144 KB |
Time limit exceeded |
2 |
Execution timed out |
2573 ms |
11180 KB |
Time limit exceeded |
3 |
Execution timed out |
2521 ms |
11120 KB |
Time limit exceeded |
4 |
Execution timed out |
2570 ms |
10988 KB |
Time limit exceeded |
5 |
Execution timed out |
2521 ms |
10956 KB |
Time limit exceeded |
6 |
Execution timed out |
2528 ms |
11060 KB |
Time limit exceeded |
7 |
Execution timed out |
2566 ms |
11088 KB |
Time limit exceeded |
8 |
Execution timed out |
2554 ms |
11004 KB |
Time limit exceeded |
9 |
Execution timed out |
2577 ms |
10944 KB |
Time limit exceeded |
10 |
Execution timed out |
2511 ms |
11052 KB |
Time limit exceeded |