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_13469041_26731.cpp:1:10: error: #include expects "FILENAME" or <FILENAME>
 #include 
          ^
0_0_13469041_26731.cpp:2:10: error: #include expects "FILENAME" or <FILENAME>
 #include 
          ^
0_0_13469041_26731.cpp: In function 'void getNext()':
0_0_13469041_26731.cpp:13:40: error: 'memset' was not declared in this scope
     memset(next, 0, sizeof(int) * gWlen);
                                        ^
0_0_13469041_26731.cpp:15:5: error: expected ';' before '{' token
     {
     ^
0_0_13469041_26731.cpp:15:5: error: expected primary-expression before '{' token
0_0_13469041_26731.cpp:15:5: error: expected ')' before '{' token
0_0_13469041_26731.cpp:17:21: error: expected ')' before numeric constant
         else if (j  0) j = next[j-1];
                     ^
0_0_13469041_26731.cpp: In function 'int kmpSearch()':
0_0_13469041_26731.cpp:26:5: error: expected ';' before '{' token
     {
     ^
0_0_13469041_26731.cpp:26:5: error: expected primary-expression before '{' token
0_0_13469041_26731.cpp:26:5: error: expected ')' before '{' token
0_0_13469041_26731.cpp:37:21: error: expected ')' before numeric constant
         else if (j  0) j = next[j-1];
                     ^
0_0_13469041_26731.cpp: In function 'int main()':
0_0_13469041_26731.cpp:46:19: error: 'scanf' was not declared in this scope
     scanf("%d", &T);
                   ^
0_0_13469041_26731.cpp:47:13: error: 'getchar' was not declared in this scope
     getchar();
             ^
0_0_13469041_26731.cpp:50:18: error: 'gets' was not declared in this scope
         gets(word);
                  ^
0_0_13469041_26731.cpp:51:28: error: 'strlen' was not declared in this scope
         gWlen = strlen(word);
                            ^
0_0_13469041_26731.cpp:56:35: error: 'printf' was not declared in this scope
         printf("%d\n", kmpSearch());
                                   ^


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-23 09:40:03, Gzip enabled