For the Tree Boxes problem: USACO, how do I actually submit my solution? When I submit my code it just terminates on the sample test cases saying
main.cpp:140:10: fatal error: grader.h: No such file or directory
#include "grader.h"
^~~~~~~~~~
compilation terminated.
What should I do?
Here’s my code: