#include<stdio.h>int main(){double 87.00,73.00,93.00,pvg;scanf("%lf %lf %lf",&87.00,&73.00,&93.00);pvg=(87.00+73.00+93.00)/3;printf("%.2lf",pvg);return 0;}
数字不可以声明为变量的