답안 #908156

# 제출 시각 아이디 문제 언어 결과 실행 시간 메모리
908156 2024-01-16T08:48:21 Z 12345678 Easter Eggs (info1cup17_eastereggs) C++17
6 / 100
1 ms 448 KB
#include <bits/stdc++.h>
#include "grader.h"

using namespace std;

int findEgg (int N, vector < pair < int, int > > bridges)
{
    for (int i=1; i<=N; i++) if (query({i})) return i;
}

Compilation message

eastereggs.cpp: In function 'int findEgg(int, std::vector<std::pair<int, int> >)':
eastereggs.cpp:9:1: warning: control reaches end of non-void function [-Wreturn-type]
    9 | }
      | ^
# 결과 실행 시간 메모리 Grader output
1 Partially correct 1 ms 344 KB Number of queries: 16
2 Partially correct 1 ms 344 KB Number of queries: 16
3 Partially correct 1 ms 344 KB Number of queries: 16
4 Partially correct 1 ms 344 KB Number of queries: 16
# 결과 실행 시간 메모리 Grader output
1 Runtime error 1 ms 440 KB Execution killed with signal 6
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Runtime error 1 ms 448 KB Execution killed with signal 6
2 Halted 0 ms 0 KB -