-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathfourth.h
More file actions
63 lines (61 loc) · 1.2 KB
/
fourth.h
File metadata and controls
63 lines (61 loc) · 1.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
//第四章例题(7)和习题(8)
int example4_1();
int example4_2();
int example4_3();
int example4_4();
int example4_5();
int example4_6();
int example4_7();
int exercise4_1();
int exercise4_2();
int exercise4_3();
int exercise4_4();
int exercise4_5();
int exercise4_6();
int exercise4_7();
int exercise4_8();
//定义全局常量
int a=0;
int b__=0;
int c__=0;
int d=0;
int e=0;
float f=0;
int x=0;
int y=0;
int iMax=0;
int t=0;
char ch='a';
int year=0;
int leap=0;
float g=0;
float h_=0;
float i=0;
float disc_=0;
float x1_=0;
float x2_=0;
float realpart=0;
float imagpart=0;
float p__=0;
float w=0;
float s_=0;
int b1_=0;
int b2=0;
int b3=0;
int b4=0;
int b5=0;
float I=0;
float P_=0;
float m_=0;
float n_=0;
int t1=0;
int t2=0;
int t3=0;
int t4=0;
float a2=0;
float b6=0;
float c2=0;
float d2=0;
int c1=0;
float d1=0;
float f1=0;