답안 #739540

# 제출 시각 아이디 문제 언어 결과 실행 시간 메모리
739540 2023-05-10T15:18:13 Z Jarif_Rahman 코알라 (APIO17_koala) C++17
4 / 100
4 ms 316 KB
#include "koala.h"
#include <bits/stdc++.h>
#define pb push_back
#define f first
#define sc second
using namespace std;
typedef long long int ll;
typedef string str;

int B[100], R[100];

int minValue(int n, int w){
    B[0] = 1;
    for(int i = 1; i < n; i++) B[i] = 0;
    playRound(B, R);
    for(int i = 0; i < n; i++) if(R[i] <= B[i]) return i;
    return 0;
}

int maxValue(int n, int w){
    return 0;
}

int greaterValue(int n, int w){
    return 0;
}

void allValues(int n, int w, int *P){
    return;
}

# 결과 실행 시간 메모리 Grader output
1 Correct 4 ms 208 KB Output is correct
2 Correct 4 ms 208 KB Output is correct
3 Correct 3 ms 316 KB Output is correct
4 Correct 4 ms 208 KB Output is correct
# 결과 실행 시간 메모리 Grader output
1 Incorrect 0 ms 208 KB Output isn't correct
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Incorrect 0 ms 208 KB Output isn't correct
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Incorrect 0 ms 208 KB Output isn't correct
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Incorrect 0 ms 208 KB Output isn't correct
2 Halted 0 ms 0 KB -