Odpowiedź:
#include<bits/stdc++.h>
using namespacestd;
int main()
{
float a,b;
cin>>a>>b;
cout<<(a+b)/2;
}
Wyjaśnienie: