0_0_38453130_8460.cpp: In function 'fenshu jia(a, b)':
0_0_38453130_8460.cpp:9:19: error: '<anonymous>' has incomplete type
fenshu jia(struct a, struct b) {
^
0_0_38453130_8460.cpp:9:19: error: forward declaration of 'struct a'
0_0_38453130_8460.cpp:9:29: error: '<anonymous>' has incomplete type
fenshu jia(struct a, struct b) {
^
0_0_38453130_8460.cpp:9:29: error: forward declaration of 'struct b'
0_0_38453130_8460.cpp: In function 'int main()':
0_0_38453130_8460.cpp:34:13: error: expected unqualified-id before '=' token
struct q = cheng(t, s[k]);
^
0_0_38453130_8460.cpp:35:21: error: expected primary-expression before ',' token
st[j + k] = jia(q, st[j]);
^
0_0_38453130_8460.cpp:37:55: error: parameter 1 of 'fenshu jia(a, b)' has incomplete type 'a'
for (int j = 0; j <= 10; j++) s[j] = jia(s[j], st[j]);
^
0_0_38453130_8460.cpp:41:1: error: expected '}' at end of input
}
^
|