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_22042725_9554.cpp:2:43: error: 'string' does not name a type
 void PreKMP(int PreKMP[], int size, const string str) {
                                           ^
0_0_22042725_9554.cpp: In function 'void PreKMP(int*, int, int)':
0_0_22042725_9554.cpp:6:25: error: invalid types 'const int[int]' for array subscript
   while (j > -1 && str[j] != str[i])
                         ^
0_0_22042725_9554.cpp:6:35: error: invalid types 'const int[int]' for array subscript
   while (j > -1 && str[j] != str[i])
                                   ^
0_0_22042725_9554.cpp:9:12: error: invalid types 'const int[int]' for array subscript
   if (str[j] == str[i])
            ^
0_0_22042725_9554.cpp:9:22: error: invalid types 'const int[int]' for array subscript
   if (str[j] == str[i])
                      ^
0_0_22042725_9554.cpp: At global scope:
0_0_22042725_9554.cpp:15:9: error: 'string' was not declared in this scope
 int KMP(string a, string  & b) {
         ^
0_0_22042725_9554.cpp:15:19: error: 'string' was not declared in this scope
 int KMP(string a, string  & b) {
                   ^
0_0_22042725_9554.cpp:15:29: error: 'b' was not declared in this scope
 int KMP(string a, string  & b) {
                             ^
0_0_22042725_9554.cpp:15:30: error: expression list treated as compound expression in initializer [-fpermissive]
 int KMP(string a, string  & b) {
                              ^
0_0_22042725_9554.cpp:15:32: error: expected ',' or ';' before '{' token
 int KMP(string a, string  & b) {
                                ^


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-16 17:49:55, Gzip enabled