file=$1

echo $file.cc

g++ -O3 -g -std=c++11 $file.cc tbr.s timebase.c -m64 -pthread && ./a.out
