C++学习笔记-day04

1、结构体
结构体指针用箭头
//随机数种子
srand((unsigned int)time(NULL));
随机数 int random = rand() % 61 + 40 (40~100的随机数);













posted @ 2022-09-01 10:28  秦0710  阅读(16)  评论(0编辑  收藏  举报