C++编程中\a和\b在下面程序中分别是什么意思
#include<iostream>intmain(){usingnamespacestd;cout<<"\aOperation\"HyperHype\"isnowact...
#include <iostream>
int main()
{
using namespace std;
cout << "\aOperation\"HyperHype\"is now activated!\n";
cout << "Enter your agent code:___________\b\b\b\b\b\b\b\b";
long code;
cin >>code;
cout << "\aYou entered" << code <<"...\n";
cout << "\aCode verified ! Proceed with plan z3!\n";
return 0;
} 展开
int main()
{
using namespace std;
cout << "\aOperation\"HyperHype\"is now activated!\n";
cout << "Enter your agent code:___________\b\b\b\b\b\b\b\b";
long code;
cin >>code;
cout << "\aYou entered" << code <<"...\n";
cout << "\aCode verified ! Proceed with plan z3!\n";
return 0;
} 展开
2个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询