# | TimeUTC-0 | Username | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
787871 | Andrey | Rarest Insects (IOI22_insects) | C++17 | 53 ms | 416 KiB |
This submission is migrated from previous version of oj.uz, which used different machine for grading. This submission may have different result if resubmitted.
#include "insects.h"
#include<bits/stdc++.h>
using namespace std;
int n,p = 0,l,r,x = 1;
vector<bool> idk(10000,true);
vector<bool> no(10000,true);
void check(int a) {
vector<bool> bruh(n,true);
vector<int> wut(0);
vector<int> yay(0);
int br = x*p;
for(int i = 0; i < n && br < p*a; i++) {
if(idk[i] && no[i]) {
move_inside(i);
if(press_button() > a) {
bruh[i] = false;
yay.push_back(i);
move_outside(i);
}
else {
br++;
wut.push_back(i);
}
}
}
if(br == p*a) {
l = a;
for(int i = 0; i < wut.size(); i++) {
Compilation message (stderr)
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |