Development C++

#include  
using namespace std; 
 
int main() 

  cout << "one\ttwo\tthree\n"; 
  cout << "123\b\b45"; 
 
  return 0; 
}