class BlackWhiteRectangles {
public:
int blackCount(vector <string> rectangles);
};
|
UNIX> g++ -o gen_input gen_input.cpp UNIX> g++ main.cppThe TA will then run tests.sh and your "gradescript" grade will be the number of correct lines of your output, divided by the number of tests. tests.sh should complete in under 5 seconds. There will still be points for commenting, structure, and memory usage.