0_0_18157799_9274.cpp: In function 'int main()':
0_0_18157799_9274.cpp:5:8: error: 'cin' was not declared in this scope
while(cin>>n>>m){
^
0_0_18157799_9274.cpp:19:41: error: 'aveStudent' was not declared in this scope
ave_student[i]=aveStudent(student,i,m);
^
0_0_18157799_9274.cpp:22:41: error: 'aveSubject' was not declared in this scope
ave_subject[i]=aveSubject(student,n,i);
^
0_0_18157799_9274.cpp:25:4: error: 'cout' was not declared in this scope
cout<<fixed;
^
0_0_18157799_9274.cpp:25:10: error: 'fixed' was not declared in this scope
cout<<fixed;
^
0_0_18157799_9274.cpp:30:22: error: 'endl' was not declared in this scope
if(i==n-1) cout<<endl;
^
0_0_18157799_9274.cpp:36:22: error: 'endl' was not declared in this scope
if(i==n-1) cout<<endl;
^
0_0_18157799_9274.cpp:47:17: error: 'endl' was not declared in this scope
cout<<count<<endl;
^
|