제출 #1250142

#제출 시각아이디문제언어결과실행 시간메모리
1250142ezzzay선물 (IOI25_souvenirs)C++20
컴파일 에러
0 ms0 KiB
#include<bits/stdc++.h> using namespace std; #define ff first #define ss second #define pb push_back #define ll long long void buy_souvenirs(int N, long long P0) { std::pair<std::vector<int>, long long> res = transaction(P0-1); return; }

컴파일 시 표준 에러 (stderr) 메시지

souvenirs.cpp: In function 'void buy_souvenirs(int, long long int)':
souvenirs.cpp:9:48: error: 'transaction' was not declared in this scope
    9 |   std::pair<std::vector<int>, long long> res = transaction(P0-1);
      |                                                ^~~~~~~~~~~