fill: fill.cpp
	c++ -O2 -std=c++17 -o fill fill.cpp -Wall

clean:
	rm -f fill
