您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 

9 行
216 B

#include "src/system/betatest.hpp"
std::string BetaTest::betaFlag = "4re_Y0u_53ri0usly_checking_f0r_b3t4_t3sT?";
bool BetaTest::check(std::string input)
{
return input.compare("GKSK{" + betaFlag + "}") == 0;
}