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_14925883_24613.cpp:3:23: error: stray '#' in program
 using namespace std;  #define MA 2000010
                       ^
0_0_14925883_24613.cpp:3:24: error: 'define' does not name a type
 using namespace std;  #define MA 2000010
                        ^
0_0_14925883_24613.cpp:4:19: error: 'MA' was not declared in this scope
 char a[MA];char b[MA];
                   ^
0_0_14925883_24613.cpp: In function 'int main()':
0_0_14925883_24613.cpp:13:16: error: 'a' was not declared in this scope
         memset(a,0,sizeof(a));  memset(b,0,sizeof(b));
                ^
0_0_14925883_24613.cpp:13:29: error: 'memset' was not declared in this scope
         memset(a,0,sizeof(a));  memset(b,0,sizeof(b));
                             ^
0_0_14925883_24613.cpp:13:40: error: 'b' was not declared in this scope
         memset(a,0,sizeof(a));  memset(b,0,sizeof(b));
                                        ^
0_0_14925883_24613.cpp:15:19: error: 'strcpy' was not declared in this scope
         strcpy(b,a);   strcat(a,b);
                   ^
0_0_14925883_24613.cpp:15:34: error: 'strcat' was not declared in this scope
         strcpy(b,a);   strcat(a,b);
                                  ^
0_0_14925883_24613.cpp:16:25: error: 'strlen' was not declared in this scope
         int len=strlen(a);
                         ^


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-07-01 18:08:54, Gzip enabled