摘要: include int main() { srand(static_cast(time(NULL))); string s = "0123456789zxcvbnmasdfghjklqwertyuiopZXCVBNMASDFGHJKLQWERTYUIOP"; cout << "请输入验证码长度:"; 阅读全文
posted @ 2025-09-28 15:49 暗神酱 阅读(10) 评论(0) 推荐(0)
摘要: 代码如下: include int main() { srand(static_cast(time(nullptr))); for (int i = 0;i < 30;i++) { int num1 = rand() % 100; int num2 = rand() % 100; int Sw = 阅读全文
posted @ 2025-09-28 15:38 暗神酱 阅读(10) 评论(0) 推荐(0)