输入密码的前端代码

#include
int main()
{
	using namespace std;
	cout << "\aOperation \"HyperHype\" is npw 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;
}

你可能感兴趣的:(前端)