run : g++ *.cpp -o test && ./test clean : -rm test *~