编辑代码

#include<iostream>
#include<cmath>
using namespace stdint main(){

    float x,y;
    x=3.1457;
    y=2.6;
    cout<<x*x+2*x*x/2*x*y

}