| # | Time | Username | Problem | Language | Result | Execution time | Memory |
|---|---|---|---|---|---|---|---|
| 1284487 | nikakh | 선물 (IOI25_souvenirs) | C++20 | 0 ms | 0 KiB |
#include <bits/stdc++.h>
using namespace std;
pair<vector<int>, long long> transaction(long long M){
}
void buy_souvenirs(int N, long long P0){
for(int i = 1; i < N; i++){
for(int j = 0; j < i; j++){
transaction(P0 - i);
}
}
}
