#include

#include

#include

int main()

{

std::srand(static_cast<unsigned int>(std::time(0)));

int randomNumber = std::rand() % 370 + 1;

std::cout <<"667合S的尝试次数(出S): " << randomNumber << std::endl;

return 0;

}