| # | 제출 시각 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
|---|---|---|---|---|---|---|---|
| 1285799 | sunflower | Easter Eggs (info1cup17_eastereggs) | C++17 | 1 ms | 428 KiB |
#ifndef SUN
#include "grader.h"
#endif // SUN
#include <bits/stdc++.h>
using namespace std;
#define FOR(i, a, b) for (int i = (a), _b = (b); i <= _b; ++i)
#ifdef SUN
bool query(vector<int> islands) {
return true;
}
#endif // SUN
int findEgg(int n, vector <pair <int, int>> edges) {
FOR(i, 1, n) if (query({i})) return i;
return n;
}
| # | 결과 | 실행 시간 | 메모리 | 채점기 출력 |
|---|---|---|---|---|
| 결과를 불러오는 중입니다… | ||||
| # | 결과 | 실행 시간 | 메모리 | 채점기 출력 |
|---|---|---|---|---|
| 결과를 불러오는 중입니다… | ||||
| # | 결과 | 실행 시간 | 메모리 | 채점기 출력 |
|---|---|---|---|---|
| 결과를 불러오는 중입니다… | ||||
