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