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_13800763_30196.cpp:1:10: error: #include expects "FILENAME" or <FILENAME>
 #include 
          ^
0_0_13800763_30196.cpp:2:10: error: #include expects "FILENAME" or <FILENAME>
 #include 
          ^
0_0_13800763_30196.cpp:3:10: error: #include expects "FILENAME" or <FILENAME>
 #include 
          ^
0_0_13800763_30196.cpp:4:10: error: #include expects "FILENAME" or <FILENAME>
 #include 
          ^
0_0_13800763_30196.cpp:5:10: error: #include expects "FILENAME" or <FILENAME>
 #include 
          ^
0_0_13800763_30196.cpp:6:10: error: #include expects "FILENAME" or <FILENAME>
 #include 
          ^
0_0_13800763_30196.cpp:7:10: error: #include expects "FILENAME" or <FILENAME>
 #include 
          ^
0_0_13800763_30196.cpp: In function 'void getP()':
0_0_13800763_30196.cpp:22:9: error: expected ';' before 'int'
         int j = P[i];
         ^
0_0_13800763_30196.cpp:22:9: error: expected primary-expression before 'int'
0_0_13800763_30196.cpp:22:9: error: expected ')' before 'int'
0_0_13800763_30196.cpp:23:15: error: 'j' was not declared in this scope
         while(j && strcmp(mat[i],mat[j])) j = P[j];
               ^
0_0_13800763_30196.cpp:23:31: error: 'i' was not declared in this scope
         while(j && strcmp(mat[i],mat[j])) j = P[j];
                               ^
0_0_13800763_30196.cpp:23:40: error: 'strcmp' was not declared in this scope
         while(j && strcmp(mat[i],mat[j])) j = P[j];
                                        ^
0_0_13800763_30196.cpp:24:23: error: 'i' was not declared in this scope
         if(strcmp(mat[i],mat[j])==0) P[i+1] = j+1;
                       ^
0_0_13800763_30196.cpp:24:30: error: 'j' was not declared in this scope
         if(strcmp(mat[i],mat[j])==0) P[i+1] = j+1;
                              ^
0_0_13800763_30196.cpp:24:32: error: 'strcmp' was not declared in this scope
         if(strcmp(mat[i],mat[j])==0) P[i+1] = j+1;
                                ^
0_0_13800763_30196.cpp: At global scope:
0_0_13800763_30196.cpp:27:1: error: expected declaration before '}' token
 }
 ^


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-19 17:47:58, Gzip enabled