답안 #269636

# 제출 시각 아이디 문제 언어 결과 실행 시간 메모리
269636 2020-08-17T08:10:33 Z AKaan37 Easter Eggs (info1cup17_eastereggs) C++17
6 / 100
3 ms 512 KB
//Bismillahirrahmanirrahim
//█▀█─█──█──█▀█─█─█
//█▄█─█──█──█▄█─█▄█
//█─█─█▄─█▄─█─█─█─█

#include "grader.h"
#include <bits/stdc++.h>

using namespace std;

typedef long long lo;
typedef pair< lo,lo > PII;

#define fi first
#define se second
#define mp make_pair
#define endl "\n"
#define pb push_back
#define fio() ios_base::sync_with_stdio(false);cin.tie(NULL);cout.tie(NULL)
#define FOR for(int i=1;i<=n;i++)
#define mid ((start+end)/2)
#define ort ((bas+son)/2)

const lo inf = 1000000000000000000;
const lo KOK = 100000;
const lo LOG = 30;
const lo li = 500005;
const lo mod = 1000000007;

int n,m,b[li],a[li],k,flag,t;
int cev;
string s;
//~ vector<int> v;

int findEgg (int N, vector < pair < int, int > > bridges)
{
    for(int i=1;i<=N;i++)if (query ({i})) return i;
    return 0;
}
# 결과 실행 시간 메모리 Grader output
1 Partially correct 2 ms 256 KB Number of queries: 16
2 Partially correct 2 ms 256 KB Number of queries: 16
3 Partially correct 2 ms 256 KB Number of queries: 16
4 Partially correct 2 ms 256 KB Number of queries: 16
# 결과 실행 시간 메모리 Grader output
1 Runtime error 3 ms 512 KB Execution killed with signal 11 (could be triggered by violating memory limits)
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Runtime error 2 ms 512 KB Execution killed with signal 11 (could be triggered by violating memory limits)
2 Halted 0 ms 0 KB -