#include <climits>
#include <cstdlib>
#include <cassert>
#include <string>
#include <sstream>
#include <vector>
#include <iostream>
#include <iomanip>
#include <algorithm>
◆ ALL_FIBS
◆ ASSERT
◆ BASE1
◆ BASE2
◆ MAX_RAND_FIB
#define MAX_RAND_FIB 25000 |
◆ MAX_UNIT_VALUE
#define MAX_UNIT_VALUE (ULONG_MAX >> 2) |
◆ MAX_VALUE
#define MAX_VALUE |
( |
|
x, |
|
|
|
y |
|
) |
| ((x) > (y) ? (x) : (y)) |
◆ RAND_FIBS
◆ SETW1
◆ SOME_FIBS
◆ TH_FIB
◆ uint
◆ ulong
◆ check()
string check |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
◆ main()
int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
◆ operator<<()
ostream& operator<< |
( |
ostream & |
os, |
|
|
const BigInt & |
ins_i |
|
) |
| |
|
inline |
◆ usage()