# | Time | Username | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
1148666 | sunflower | Boxes with souvenirs (IOI15_boxes) | C++17 | 0 ms | 0 KiB |
#include <boxes.h>
#include <bits/stdc++.h>
using namespace std;
long long delivery(int n, int k, int l, int pos[]) {
return 1;
}