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_14763876_22373.cpp: In constructor 'BigInt::BigInt()':
0_0_14763876_22373.cpp:8:23: error: 'memset' was not declared in this scope
   memset(a,0,sizeof(a));
                       ^
0_0_14763876_22373.cpp: In constructor 'BigInt::BigInt(long long int)':
0_0_14763876_22373.cpp:13:23: error: 'memset' was not declared in this scope
   memset(a,0,sizeof(a));
                       ^
0_0_14763876_22373.cpp: In constructor 'BigInt::BigInt(const char*)':
0_0_14763876_22373.cpp:23:23: error: 'memset' was not declared in this scope
   memset(a,0,sizeof(a));
                       ^
0_0_14763876_22373.cpp:24:19: error: 'strlen' was not declared in this scope
   int L = strlen(s);
                   ^
0_0_14763876_22373.cpp: In member function 'BigInt BigInt::operator+(const BigInt&) const':
0_0_14763876_22373.cpp:41:26: error: 'max' was not declared in this scope
   res.len = max(len,b.len);
                          ^
0_0_14763876_22373.cpp: In member function 'void BigInt::output()':
0_0_14763876_22373.cpp:74:23: error: 'printf' was not declared in this scope
   printf("%d",a[len-1]);
                       ^


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 12:33:50, Gzip enabled