# | 제출 시각 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
---|---|---|---|---|---|---|---|
1250958 | wng_ | 선물 (IOI25_souvenirs) | C++20 | 0 ms | 0 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);
}