# | Time | Username | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
1141348 | aarb_.tomatexd | Easter Eggs (info1cup17_eastereggs) | C++20 | 0 ms | 0 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=0;i<n;i++){
vector<int>islands(1);
islands[0]= i+1;
int a = query(islands);
if(a==1){
return i;
}
}
}