██████╗ ██╗ ██████╗ ██████╗ ███████╗
██╔════╝ ██║ ██╔═══██╗██╔══██╗██╔════╝
██║ ███╗██║ ██║ ██║██████╔╝█████╗
██║ ██║██║ ██║ ██║██╔══██╗██╔══╝
╚██████╔╝███████╗╚██████╔╝██║ ██║███████╗
╚═════╝ ╚══════╝ ╚═════╝ ╚═╝ ╚═╝╚══════╝
class AccessGate {
public:
bool authenticate(string key) {
return key.length() > 0;
}
};
root@love-system:~$
按 Enter 执行 unlock_protocol()