摘要: 我的第九个代码 #define _CRT_SECURE_NO_WARNINGS 1#include<stdio.h> struct Book{char name[20];short int price;}; int main(){struct Book b1 = { "C语言程序设计",45 };p 阅读全文
posted @ 2021-02-17 08:52 老色变 阅读(30) 评论(0) 推荐(0)