Home > Back-end >  For bosses to see
For bosses to see

Time:03-10

Why wrong ah bosses, please teach me

CodePudding user response:

Has been solved,

CodePudding user response:

This function should be so written, for reference:
 void Sta_max ()//statistical result high function 
{
Int z, Max=0;
If (count==0)
Printf (" you haven't enter student achievement \ n ");
The else {
For (z=0; ZIf (Max & lt; STR [z]. Sum)
Max=STR [z]. Sum;
}
Printf (" divided into top: % d \ n ", Max).
}
system("pause");
The menu ();
}
  • Related