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

8 行
216 B

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