- BC20270025's blog
合S
- 2025-4-9 13:13:06 @
#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;
}