| # | Time | Username | Problem | Language | Result | Execution time | Memory |
|---|---|---|---|---|---|---|---|
| 1141354 | aarb_.tomatexd | Easter Eggs (info1cup17_eastereggs) | C++20 | 0 ms | 428 KiB |
#include "grader.h"
#include <bits/stdc++.h>
using namespace std;
#define ll long long
//1
int findEgg(int N,vector<pair<int, int>>bridges){
for(int i=1;i<=N;i++){
if(query({i})) return i;
}
return N;
}
| # | Verdict | Execution time | Memory | Grader output |
|---|---|---|---|---|
| Fetching results... | ||||
| # | Verdict | Execution time | Memory | Grader output |
|---|---|---|---|---|
| Fetching results... | ||||
| # | Verdict | Execution time | Memory | Grader output |
|---|---|---|---|---|
| Fetching results... | ||||
