Код: Выделить всё
#include
using namespace std;
int main() {
long int a = 100000;
long int b = 100000;
long int c = a * b;
cout
Подробнее здесь: [url]https://stackoverflow.com/questions/78498052/c-multiplication-of-long-integers-resulting-in-unexpected-output[/url]