Код: Выделить всё
#include
int main() {
double x = 6.25;
x = sqrt(x);
std::cout
Подробнее здесь: [url]https://stackoverflow.com/questions/21311247/visual-studio-automatically-includes-cmath[/url]Код: Выделить всё
#include
int main() {
double x = 6.25;
x = sqrt(x);
std::cout
Подробнее здесь: [url]https://stackoverflow.com/questions/21311247/visual-studio-automatically-includes-cmath[/url]