| # | Time | Username | Problem | Language | Result | Execution time | Memory |
|---|---|---|---|---|---|---|---|
| 1345558 | FaresSTH | Souvenirs (IOI25_souvenirs) | C++20 | 0 ms | 0 KiB |
#include"bits/stdc++.h"
using namespace std;
using ll=long long;
#define S second
#define F first
void buy_souvenirs(int n, long long p0){
transaction(p0-transaction(p0-1).S-2);
}
