Код: Выделить всё
a = 3 pow(3, a)Код: Выделить всё
#include
#include
int main() {
int a = 3;
std::cout
Подробнее здесь: [url]https://stackoverflow.com/questions/78757566/pow-function-in-c-is-slow[/url]Код: Выделить всё
a = 3 pow(3, a)Код: Выделить всё
#include
#include
int main() {
int a = 3;
std::cout
Подробнее здесь: [url]https://stackoverflow.com/questions/78757566/pow-function-in-c-is-slow[/url]