F.A.Q
Hand In Hand
Online Acmers
Problem Archive
Realtime Judge Status
Authors Ranklist
 
     C/C++/Java Exams     
ACM Steps
Go to Job
Contest LiveCast
ICPC@China
Best Coder beta
VIP | STD Contests
    DIY | Web-DIY beta
Author ID 
Password 
 Register new ID

View Compilation Error

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;
            ^


Hangzhou Dianzi University Online Judge 3.0
Copyright © 2005-2024 HDU ACM Team. All Rights Reserved.
Designer & Developer : Wang Rongtao LinLe GaoJie GanLu
Total 0.000000(s) query 1, Server time : 2024-11-17 03:40:17, Gzip enabled