| # | Time | Username | Problem | Language | Result | Execution time | Memory |
|---|---|---|---|---|---|---|---|
| 1356033 | vjudge1 | Rarest Insects (IOI22_insects) | C++20 | 0 ms | 344 KiB |
#include <bits/stdc++.h>
using namespace std;
#include "insects.h"
int min_cardinality(int N) {
int mn= 1e12;
for(int i=0;i<N;i++){
move_inside(i);
mn = min(mn,press_button());
move_outside(i);
}
return mn;
}
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... | ||||
