精选优质文档-倾情为你奉上#include #include int main() int aa, bb, cc;double re;printf(Input math1, English and math2:); scanf(%d,%d,%d, &aa, &bb, &cc); re = ( aa * 5 + bb * 1.5 + cc * 3.5) / 10;printf(Final score = %.2fn, re); return 0;#include #include int main() float re; int i, day;printf(Input length and days:); scanf(%f,%d, &re, &day); for ( i=0;