제출 #1287459

#제출 시각아이디문제언어결과실행 시간메모리
1287459nikoloz-ch선물 (IOI25_souvenirs)C++20
4 / 100
1 ms336 KiB
#include <bits/stdc++.h>
using namespace std;
using ll = long long;

pair<vector<int>, long long> transaction(long long M);

void buy_souvenirs(int N, long long P0){
    if(N == 2){
        auto pii = transaction(P0-1);
    } else{
        for(int i = 1; i < N; i++){
            auto pii = transaction(N-i);
        }
    }
}


#결과 실행 시간메모리채점기 출력
결과를 불러오는 중입니다…
#결과 실행 시간메모리채점기 출력
결과를 불러오는 중입니다…
#결과 실행 시간메모리채점기 출력
결과를 불러오는 중입니다…
#결과 실행 시간메모리채점기 출력
결과를 불러오는 중입니다…
#결과 실행 시간메모리채점기 출력
결과를 불러오는 중입니다…
#결과 실행 시간메모리채점기 출력
결과를 불러오는 중입니다…
#결과 실행 시간메모리채점기 출력
결과를 불러오는 중입니다…