# | Time | Username | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
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);
}