#include<stdio.h> using namespace std; int main(){ float a,s; a=((150*2/15)*(15+25))/2; s=float(a); // cout<<setprecion(2)<<s; printf("%.2f",s); }