#include "lab11.h" void main(){ string filename; cout<<"input filename:\t"; cin>>filename; player A(filename); A.start(); A.erase_tape(); }