-
抄写作业
#include<stdio.h> int main() { struct Student { long int num; char name[20]; char sex; char addr[20]; } a={10101,"lilin",'M',"123 Bei Jing Road"}; pri -
抄写例题
2 结果: 001 ke 77 002 fe 99 2 fe 99.00 Process exited after 36.61 seconds with return value 12 请按任意键继续. . . 3, 结果: zhao li li zhao sun sun zhao li li zh -
抄写例题作业1
例9.2 例9.3 例9.4 例9.5 例9.6 例9.7 -
第四次作业
正在运行:"G:\Source - WURLR.exe" No. Name sex age10101 Li Lin M 1810102 Zhang Fang M 1910103 Wang Min F 20 进程退出返回值 0 (0x0) 运行时间 : 0.500 秒按任意键继续... 正在运行:"G -
作业
运行结果2016024284,gjq,100,100,100 -
抄写例题作业
#include #include main() { struct student {int num; char name[20]; char sex; int age; float score; char addr[30]; }; } #include #include main() { struct Date { int month; int day; int year; }... -
抄写例题
#include #include main() { struct student {int num; char name[20]; char sex; int age; float score; char addr[30]; }; } #include #include main() { struct Date { int month; int day; int year; }; s... -
第四次作业
例题一 把一个学生的信息(包括学号、姓名、性别、住址)放在一个结构体变量中,然后输出这个学生的信息 101 sun 85 102 zhang 96 The higher score is: 102 zhang 96 Process exited after 0.2233 seconds with r -
第四次作业
NO.:1name:这种重中之重sex:Maddress:123 Beijng Road 进程退出返回值 0 (0x0) 运行时间 : 0.750 秒按任意键继续... 1 w 85 2 p 96 The higher score is: 2 p 96.00 Process exited after -
抄写作业
这次作业很多,写的有的是上课练习的,还比较轻松,有的却不是很好,我想大概是上学期留下的尾巴吧!我会狠抓基本功,争取做好每一次程序的