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