0_0_35741710_10656.cpp: In function 'int main()':
0_0_35741710_10656.cpp:24:25: error: 'struct tanxin' has no member named 'j'
cin>>qqq[i].j>>qqq[i].f;
^
0_0_35741710_10656.cpp:24:35: error: 'struct tanxin' has no member named 'f'
cin>>qqq[i].j>>qqq[i].f;
^
0_0_35741710_10656.cpp:25:20: error: 'struct tanxin' has no member named 'v'
qqq[i].v=qqq[i].j/qqq[i].f;
^
0_0_35741710_10656.cpp:25:29: error: 'struct tanxin' has no member named 'j'
qqq[i].v=qqq[i].j/qqq[i].f;
^
0_0_35741710_10656.cpp:25:38: error: 'struct tanxin' has no member named 'f'
qqq[i].v=qqq[i].j/qqq[i].f;
^
0_0_35741710_10656.cpp:30:25: error: 'struct tanxin' has no member named 'f'
if(M>qqq[i].f)
^
0_0_35741710_10656.cpp:32:27: error: 'struct tanxin' has no member named 'j'
q+=qqq[i].j;
^
0_0_35741710_10656.cpp:33:27: error: 'struct tanxin' has no member named 'f'
M-=qqq[i].f;
^
0_0_35741710_10656.cpp:37:30: error: 'struct tanxin' has no member named 'v'
q=q+M*qqq[i].v;
^
|