제출 #1186922

#제출 시각아이디문제언어결과실행 시간메모리
1186922North1304Coins (IOI17_coins)C++20
10 / 100
5 ms584 KiB
#include "coins.h"
using namespace std;
std::vector<int> coin_flips(std::vector<int> b, int c) {
    vector<int> ans = {c==b[0]};
    return ans;
}

int find_coin(std::vector<int> b) {
    return b[0];
}
#결과 실행 시간메모리채점기 출력
결과를 불러오는 중입니다…
#결과 실행 시간메모리채점기 출력
결과를 불러오는 중입니다…
#결과 실행 시간메모리채점기 출력
결과를 불러오는 중입니다…
#결과 실행 시간메모리채점기 출력
결과를 불러오는 중입니다…
#결과 실행 시간메모리채점기 출력
결과를 불러오는 중입니다…