cpp/biginteger/main.cpp

36 lines
346 B
C++
Raw Normal View History

2023-07-16 07:03:47 +00:00
#include "biginteger.h"
int f() {
for () {
for () {
for () {
for () {
for () {
mk
for () {
for () {
for () {
for () {
}
}
}
}
}
}
}
}
}
}
int main() {
BigInteger a = 10, b = 1;
std::cout << a * b << " " << (a /= a) << std::endl;
}