0_0_16467640_17585.cpp:49:1: error: expected unqualified-id before '<' token
<span style="white-space:pre"> </span>int oper,length,a[maxlength];
^
0_0_16467640_17585.cpp:50:1: error: expected unqualified-id before '<' token
<span style="white-space:pre"> </span>bigint(int=0);
^
0_0_16467640_17585.cpp:51:1: error: expected unqualified-id before '<' token
<span style="white-space:pre"> </span>~bigint();
^
0_0_16467640_17585.cpp:52:1: error: expected unqualified-id before '<' token
<span style="white-space:pre"> </span>int max(int a,int b);
^
0_0_16467640_17585.cpp:53:1: error: expected unqualified-id before '<' token
<span style="white-space:pre"> </span>void check();
^
0_0_16467640_17585.cpp:54:1: error: expected unqualified-id before '<' token
<span style="white-space:pre"> </span>void operator=(bigint m);
^
0_0_16467640_17585.cpp:55:1: error: expected unqualified-id before '<' token
<span style="white-space:pre"> </span>void operator=(int m);
^
0_0_16467640_17585.cpp:56:1: error: expected unqualified-id before '<' token
<span style="white-space:pre"> </span>void operator=(char *s);
^
0_0_16467640_17585.cpp:57:1: error: expected unqualified-id before '<' token
<span style="white-space:pre"> </span>bool operator<(bigint m) const;
^
0_0_16467640_17585.cpp:58:1: error: expected unqualified-id before '<' token
<span style="white-space:pre"> </span>bool operator<=(bigint m);
^
0_0_16467640_17585.cpp:59:1: error: expected unqualified-id before '<' token
<span style="white-space:pre"> </span>bool operator>(bigint m);
^
0_0_16467640_17585.cpp:60:1: error: expected unqualified-id before '<' token
<span style="white-space:pre"> </span>bool operator>=(bigint m);
^
0_0_16467640_17585.cpp:61:1: error: expected unqualified-id before '<' token
<span style="white-space:pre"> </span>bool operator==(bigint m);
^
0_0_16467640_17585.cpp:62:1: error: expected unqualified-id before '<' token
<span style="white-space:pre"> </span>bool operator!=(bigint m);
^
0_0_16467640_17585.cpp:63:1: error: expected unqualified-id before '<' token
<span style="white-space:pre"> </span>bigint operator-();
^
0_0_16467640_17585.cpp:64:1: error: expected unqualified-id before '<' token
<span style="white-space:pre"> </span>bigint operator+(bigint m);
^
0_0_16467640_17585.cpp:65:1: error: expected unqualified-id before '<' token
<span style="white-space:pre"> </span>void operator+=(bigint m);
^
0_0_16467640_17585.cpp:66:1: error: expected unqualified-id before '<' token
<span style="white-space:pre"> </span>bigint operator-(bigint m);
^
0_0_16467640_17585.cpp:67:1: error: expected unqualified-id before '<' token
<span style="white-space:pre"> </span>void operator-=(bigint m);
^
0_0_16467640_17585.cpp:68:1: error: expected unqualified-id before '<' token
<span style="white-space:pre"> </span>bigint operator*(bigint m);
^
0_0_16467640_17585.cpp:69:1: error: expected unqualified-id before '<' token
<span style="white-space:pre"> </span>bigint operator*(int m);
^
0_0_16467640_17585.cpp:70:1: error: expected unqualified-id before '<' token
<span style="white-space:pre"> </span>void operator*=(bigint m);
^
0_0_16467640_17585.cpp:71:1: error: expected unqualified-id before '<' token
<span style="white-space:pre"> </span>void operator*=(int m);
^
0_0_16467640_17585.cpp:72:1: error: expected unqualified-id before '<' token
<span style="white-space:pre"> </span>bigint operator/(bigint m);
^
0_0_16467640_17585.cpp:73:1: error: expected unqualified-id before '<' token
<span style="white-space:pre"> </span>bigint operator/(int m);
^
0_0_16467640_17585.cpp:74:1: error: expected unqualified-id before '<' token
<span style="white-space:pre"> </span>void operator/=(bigint m);
^
0_0_16467640_17585.cpp:75:1: error: expected unqualified-id before '<' token
<span style="white-space:pre"> </span>void operator/=(int m);
^
0_0_16467640_17585.cpp:76:1: error: expected unqualified-id before '<' token
<span style="white-space:pre"> </span>bigint operator%(bigint m);
^
0_0_16467640_17585.cpp:77:1: error: expected unqualified-id before '<' token
<span style="white-space:pre"> </span>bigint operator%(int m);
^
0_0_16467640_17585.cpp:78:1: error: expected unqualified-id before '<' token
<span style="white-space:pre"> </span>void operator%=(bigint m);
^
0_0_16467640_17585.cpp:79:1: error: expected unqualified-id before '<' token
<span style="white-space:pre"> </span>void operator%=(int m);
^
0_0_16467640_17585.cpp:90:28: error: no 'int bigint::max(int, int)' member function declared in class 'bigint'
int bigint::max(int a,int b) {
^
0_0_16467640_17585.cpp:93:1: error: prototype for 'bigint::bigint(int)' does not match any in class 'bigint'
bigint::bigint(int v) {
^
0_0_16467640_17585.cpp:46:7: error: candidates are: constexpr bigint::bigint(bigint&&)
class bigint
^
0_0_16467640_17585.cpp:46:7: error: constexpr bigint::bigint(const bigint&)
0_0_16467640_17585.cpp:46:7: error: constexpr bigint::bigint()
0_0_16467640_17585.cpp:97:17: error: definition of implicitly-declared 'bigint::~bigint()'
bigint::~bigint() {}
^
0_0_16467640_17585.cpp:98:20: error: no 'void bigint::check()' member function declared in class 'bigint'
void bigint::check() {
^
0_0_16467640_17585.cpp:103:6: error: prototype for 'void bigint::operator=(bigint)' does not match any in class 'bigint'
void bigint::operator=(bigint m) {
^
0_0_16467640_17585.cpp:46:7: error: candidates are: bigint& bigint::operator=(bigint&&)
class bigint
^
0_0_16467640_17585.cpp:46:7: error: bigint& bigint::operator=(const bigint&)
0_0_16467640_17585.cpp:109:6: error: prototype for 'void bigint::operator=(int)' does not match any in class 'bigint'
void bigint::operator=(int m) {
^
0_0_16467640_17585.cpp:46:7: error: candidates are: bigint& bigint::operator=(bigint&&)
class bigint
^
0_0_16467640_17585.cpp:46:7: error: bigint& bigint::operator=(const bigint&)
0_0_16467640_17585.cpp:117:6: error: prototype for 'void bigint::operator=(char*)' does not match any in class 'bigint'
void bigint::operator=(char *s) {
^
0_0_16467640_17585.cpp:46:7: error: candidates are: bigint& bigint::operator=(bigint&&)
class bigint
^
0_0_16467640_17585.cpp:46:7: error: bigint& bigint::operator=(const bigint&)
0_0_16467640_17585.cpp:133:34: error: no 'bool bigint::operator<(bigint) const' member function declared in class 'bigint'
bool bigint::operator<(bigint m) const{
^
0_0_16467640_17585.cpp:143:33: error: no 'bool bigint::operator<=(bigint)' member function declared in class 'bigint'
bool bigint::operator<=(bigint m) {
^
0_0_16467640_17585.cpp:146:32: error: no 'bool bigint::operator>(bigint)' member function declared in class 'bigint'
bool bigint::operator>(bigint m) {
^
0_0_16467640_17585.cpp:149:33: error: no 'bool bigint::operator>=(bigint)' member function declared in class 'bigint'
bool bigint::operator>=(bigint m) {
^
0_0_16467640_17585.cpp:152:33: error: no 'bool bigint::operator==(bigint)' member function declared in class 'bigint'
bool bigint::operator==(bigint m) {
^
0_0_16467640_17585.cpp:155:33: error: no 'bool bigint::operator!=(bigint)' member function declared in class 'bigint'
bool bigint::operator!=(bigint m) {
^
0_0_16467640_17585.cpp:158:26: error: no 'bigint bigint::operator-()' member function declared in class 'bigint'
bigint bigint::operator-() {
^
0_0_16467640_17585.cpp: In function 'bigint abs(bigint)':
0_0_16467640_17585.cpp:165:1: error: expected primary-expression before '<' token
<span style="white-space:pre"> </span>bigint c=m;
^
0_0_16467640_17585.cpp:165:2: error: 'span' was not declared in this scope
<span style="white-space:pre"> </span>bigint c=m;
^
0_0_16467640_17585.cpp:166:1: error: expected primary-expression before '<' token
<span style="white-space:pre"> </span>c.oper=abs(c.oper);
^
0_0_16467640_17585.cpp:167:1: error: expected primary-expression before '<' token
<span style="white-space:pre"> </span>c.check();
^
0_0_16467640_17585.cpp:168:1: error: expected primary-expression before '<' token
<span style="white-space:pre"> </span>return c;
^
0_0_16467640_17585.cpp: At global scope:
0_0_16467640_17585.cpp:170:34: error: no 'bigint bigint::operator+(bigint)' member function declared in class 'bigint'
bigint bigint::operator+(bigint m) {
^
0_0_16467640_17585.cpp:186:34: error: no 'bigint bigint::operator-(bigint)' member function declared in class 'bigint'
bigint bigint::operator-(bigint m) {
^
0_0_16467640_17585.cpp: In function 'bool read(bigint&)':
0_0_16467640_17585.cpp:206:1: error: expected primary-expression before '<' token
<span style="white-space:pre"> </span>char s[maxlength*4+10];
^
0_0_16467640_17585.cpp:206:2: error: 'span' was not declared in this scope
<span style="white-space:pre"> </span>char s[maxlength*4+10];
^
0_0_16467640_17585.cpp:207:1: error: expected primary-expression before '<' token
<span style="white-space:pre"> </span>if (scanf("%s",s)==-1)
^
0_0_16467640_17585.cpp:209:1: error: expected primary-expression before '<' token
<span style="
|