# | 제출 시각 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
---|---|---|---|---|---|---|---|
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... |