平均数1
This commit is contained in:
@@ -0,0 +1,11 @@
|
|||||||
|
#include <iostream>
|
||||||
|
|
||||||
|
using namespace std;
|
||||||
|
|
||||||
|
int main()
|
||||||
|
{
|
||||||
|
float a, b, w = 3.5 + 7.5;
|
||||||
|
scanf("%f%f", &a, &b);
|
||||||
|
printf("MEDIA = %.5f", a * 3.5 / w + b * 7.5 / w);
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user