#include<iostream>
using namespace std;
int main()
{
cout<<"\aOperation\"HyperHype\" is now activated!\n";
cout<<"Enter your agent code:_______\b\b\b\b\b\b\b";
long code;
cin>>code;
cout<<"\aYou entered "<<code<<"...\n";
cout<<"\aCode verified! Proceed with Plan 23!\n";
system("pause");
return 0;
}

/* \a表示振铃,\b表示退格,\n表示换行

 posted on 2021-03-06 19:32  HuJiao粉  阅读(25)  评论(0)    收藏  举报