| # | Time | Username | Problem | Language | Result | Execution time | Memory |
|---|---|---|---|---|---|---|---|
| 1347714 | fahmid_rng | 선물 (IOI25_souvenirs) | C++20 | 0 ms | 0 KiB |
#include<bits/stdc++.h>
using namespace std;
#include "souvenirs.h"
#include <utility>
void buy_souvenirs(int n, long long P0) {
for(int i=0; i<n; ++i){
for(int j=0;j<i;++j) transaction(n-i);
}
}
