cpp/biginteger/main.cpp
2023-07-16 10:03:47 +03:00

36 lines
346 B
C++

#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;
}