Submission #1349779

#TimeUsernameProblemLanguageResultExecution timeMemory
1349779pmhBoxes with souvenirs (IOI15_boxes)C++20
Compilation error
0 ms0 KiB
#include<boxes.h>

#include<bits/stcd++.h>
using namespace std;

long long delivery(int n, int k, int l, int pos[]) {
    return 123;
}

Compilation message (stderr)

boxes.cpp:1:9: fatal error: boxes.h: No such file or directory
    1 | #include<boxes.h>
      |         ^~~~~~~~~
compilation terminated.