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_13989826_27299.cpp: In function 'bool GetNext(char*, int&, char*)':
0_0_13989826_27299.cpp:56:25: error: 'strlen' was not declared in this scope
     int len = strlen(STR);
                         ^
0_0_13989826_27299.cpp: In function 'void GetTrueStr(char*)':
0_0_13989826_27299.cpp:107:25: error: 'strlen' was not declared in this scope
     int len = strlen(str);
                         ^
0_0_13989826_27299.cpp: In function 'int main()':
0_0_13989826_27299.cpp:139:47: error: 'memset' was not declared in this scope
         memset(OperStack, 0, sizeof(OperStack));
                                               ^
0_0_13989826_27299.cpp:147:25: error: 'strlen' was not declared in this scope
         len = strlen(STR);
                         ^
0_0_13989826_27299.cpp:179:57: error: 'strcpy' was not declared in this scope
                             strcpy(b, NumStack[--NumTop]);
                                                         ^
0_0_13989826_27299.cpp:189:57: error: 'strcpy' was not declared in this scope
                             strcpy(b, NumStack[--NumTop]);
                                                         ^
0_0_13989826_27299.cpp:216:53: error: 'strcpy' was not declared in this scope
                         strcpy(b, NumStack[--NumTop]);
                                                     ^
0_0_13989826_27299.cpp:244:50: error: 'strcpy' was not declared in this scope
                     strcpy(&PutToNumStack[1], ans);
                                                  ^
0_0_13989826_27299.cpp:246:46: error: 'strcpy' was not declared in this scope
                     strcpy(PutToNumStack, ans);
                                              ^
0_0_13989826_27299.cpp:248:57: error: 'strcpy' was not declared in this scope
                 strcpy(NumStack[NumTop++], PutToNumStack);
                                                         ^
0_0_13989826_27299.cpp:252:37: error: 'strcpy' was not declared in this scope
         strcpy(a, NumStack[--NumTop]);
                                     ^


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-27 00:36:27, Gzip enabled