结构体和数组的结合 例1:#include <stdio.h>#include <string.h>struct Student{ int num; char name[32]; char sex; int age; double score; char addr[32];};int main(){ int arr[3]={1,2,3}; int i; int len; struct Student arr2[3]={... p2p 2023-06-08 47 点赞 0 评论 71 浏览
Windows时间同步时出错该怎么解决? 相信很多人在使用Windows系统同步桌面左下角时间的时候,都会有遇到Windows在与time windows com同步时出错的提示,其实这个出错的原因是 windows 2022-04-25 108 点赞 1 评论 163 浏览