file=a

echo $file.cc

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