Description: ACM topic often encounter large numbers addition and multiplication problems, some face questions implied use of large numbers in order to solve the problem. For example: Enter three integers, write a program to determine the three integers ability to form a right triangle. This question is very simple algorithm, but implies the result may overflow. If not with the large numbers, this question can not be given the perfect answer.
To Search:
File list (Check if you may need any files):
大数四则运算\BCB编译的.exe
............\calc.c
............\MinGW编译的.exe
............\Rigor.c
............\Rigor.h
............\TC编译的.EXE
............\VC编译的.exe
大数四则运算