# | Time | Username | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
1265336 | thenpc | 선물 (IOI25_souvenirs) | C++20 | 0 ms | 0 KiB |
#include <bits/stdc++.h>
using namespace std;
#define ll long long
ll n,t,a[1000005],b[200005],x,y,m,k,p;
bool check[1000005];
vector<int> v[1000005],u;
map<int,int> mp;
set<int> st;
string s;
void buy_souvenirs(int n,ll p){
transaction(p-1);
return;
}