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_38838628_10626.cpp: In function 'int main()':
0_0_38838628_10626.cpp:12:14: error: aggregate 'Bint a' has incomplete type and cannot be defined
   12 |         Bint a, s;
      |              ^
0_0_38838628_10626.cpp:12:17: error: aggregate 'Bint s' has incomplete type and cannot be defined
   12 |         Bint a, s;
      |                 ^
0_0_38838628_10626.cpp: In function 'void trans(Bint&, char*)':
0_0_38838628_10626.cpp:36:9: error: 'memset' was not declared in this scope
   36 |         memset(a.num, 0, sizeof(a.num));
      |         ^~~~~~
0_0_38838628_10626.cpp:2:1: note: 'memset' is defined in header '<cstring>'; did you forget to '#include <cstring>'?
    1 | #include<iostream>
  +++ |+#include <cstring>
    2 | #include<string>
0_0_38838628_10626.cpp:37:21: error: 'strlen' was not declared in this scope
   37 |         int lenth = strlen(str);
      |                     ^~~~~~
0_0_38838628_10626.cpp:37:21: note: 'strlen' is defined in header '<cstring>'; did you forget to '#include <cstring>'?
0_0_38838628_10626.cpp: In function 'int find(char, char*)':
0_0_38838628_10626.cpp:60:21: error: 'strlen' was not declared in this scope
   60 |         int lenth = strlen(str);
      |                     ^~~~~~
0_0_38838628_10626.cpp:60:21: note: 'strlen' is defined in header '<cstring>'; did you forget to '#include <cstring>'?
0_0_38838628_10626.cpp: In function 'Bint mul(Bint, Bint)':
0_0_38838628_10626.cpp:72:9: error: 'memset' was not declared in this scope
   72 |         memset(m.num, 0, sizeof(m.num));
      |         ^~~~~~
0_0_38838628_10626.cpp:72:9: note: 'memset' is defined in header '<cstring>'; did you forget to '#include <cstring>'?


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-05-20 05:34:41, Gzip enabled