제출 #1250958

#제출 시각아이디문제언어결과실행 시간메모리
1250958wng_선물 (IOI25_souvenirs)C++20
컴파일 에러
0 ms0 KiB
#include <bits/stdc++.h>
using namespace std;

using ll = long long;

/**
 * @param N the number of souvenir types
 * @param p0 the value of P[0]
 */
void buy_souvenirs(int N, ll p0) {
    transaction(p0);
}

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

souvenirs.cpp: In function 'void buy_souvenirs(int, ll)':
souvenirs.cpp:11:5: error: 'transaction' was not declared in this scope
   11 |     transaction(p0);
      |     ^~~~~~~~~~~