Мне 14 лет, и я плохо разбираюсь в C++, поэтому не знаю, что делать
Код: Выделить всё
#include
#include
int main(){
float l,b,h,lc,tc,c,amt,a
//l,b,h for dimentions | lc for labour cost | tc for tile cost | amt for amount | c for cost of tiling floor | a for area
;
std::coutl;
system("clear");
std::coutb;
system("clear");
std::couth;
system("clear");
lc=70;//based on avg labour cost reported my media
tc=105;//based on avg tile price of 37,327/-
c=lc+tc;//based on avg tile installation price for 1sqf
a=l*b*h;
amt=a*c;
system("clear");
std::cout
Подробнее здесь: [url]https://stackoverflow.com/questions/79150555/how-to-fix-this-error-undefined-reference-to-stdbasic-ostream[/url]