#include<iostream> using namespace std; void main() { float a,b; ______________//函数cha的原型声明 a=12.5; b=6.5; float c=________________; //调用函数cha cout<<c<<endl; } float cha(float x,float y