0_0_19791919_30589.cpp: In function 'void solve()':
0_0_19791919_30589.cpp:249:5: error: 'BigInt' was not declared in this scope
BigInt ans(0);
^
0_0_19791919_30589.cpp:253:12: error: expected ';' before 'tmp'
BigInt tmp(1);
^
0_0_19791919_30589.cpp:254:12: error: expected ';' before 'ha'
BigInt ha;
^
0_0_19791919_30589.cpp:256:12: error: expected ';' before 'po'
BigInt po(0),na(0);
^
0_0_19791919_30589.cpp:258:9: error: 'ha' was not declared in this scope
ha=tmp*BigInt(A[i]);
^
0_0_19791919_30589.cpp:258:12: error: 'tmp' was not declared in this scope
ha=tmp*BigInt(A[i]);
^
0_0_19791919_30589.cpp:260:13: error: 'na' was not declared in this scope
na=na+ha;
^
0_0_19791919_30589.cpp:263:13: error: 'po' was not declared in this scope
po=po+ha;
^
0_0_19791919_30589.cpp:268:5: error: 'ans' was not declared in this scope
ans=po-na;
^
0_0_19791919_30589.cpp:268:9: error: 'po' was not declared in this scope
ans=po-na;
^
0_0_19791919_30589.cpp:268:12: error: 'na' was not declared in this scope
ans=po-na;
^
|