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_21797565_23120.cpp:6:6: error: expected constructor, destructor, or type conversion before ';' token
     const int Csize=27; 
      ^
0_0_21797565_23120.cpp:6:12: error: expected constructor, destructor, or type conversion before ';' token
     const int Csize=27; 
            ^
0_0_21797565_23120.cpp:6:18: error: expected constructor, destructor, or type conversion before ';' token
     const int Csize=27; 
                  ^
0_0_21797565_23120.cpp:6:24: error: expected constructor, destructor, or type conversion before ';' token
     const int Csize=27; 
                        ^
0_0_21797565_23120.cpp:7:6: error: expected constructor, destructor, or type conversion before ';' token
     int tot,son[N][Csize],sum[N],fail[N],q[N],ans[N],dph[N],match[N];
      ^
0_0_21797565_23120.cpp:7:12: error: expected constructor, destructor, or type conversion before ';' token
     int tot,son[N][Csize],sum[N],fail[N],q[N],ans[N],dph[N],match[N];
            ^
0_0_21797565_23120.cpp:7:18: error: expected constructor, destructor, or type conversion before ';' token
     int tot,son[N][Csize],sum[N],fail[N],q[N],ans[N],dph[N],match[N];
                  ^
0_0_21797565_23120.cpp:7:24: error: expected constructor, destructor, or type conversion before ';' token
     int tot,son[N][Csize],sum[N],fail[N],q[N],ans[N],dph[N],match[N];
                        ^
0_0_21797565_23120.cpp:8:6: error: expected constructor, destructor, or type conversion before ';' token
     void Initialize(){
      ^
0_0_21797565_23120.cpp:8:12: error: expected constructor, destructor, or type conversion before ';' token
     void Initialize(){
            ^
0_0_21797565_23120.cpp:8:18: error: expected constructor, destructor, or type conversion before ';' token
     void Initialize(){
                  ^
0_0_21797565_23120.cpp:8:24: error: expected constructor, destructor, or type conversion before ';' token
     void Initialize(){
                        ^
0_0_21797565_23120.cpp: In function 'void AC_DFA::Initialize()':
0_0_21797565_23120.cpp:9:2: error: 'nbsp' was not declared in this scope
         memset(sum,0,sizeof(int)*(tot+1));
  ^
0_0_21797565_23120.cpp: At global scope:
0_0_21797565_23120.cpp:17:6: error: expected constructor, destructor, or type conversion before ';' token
     inline int Tr(char ch){return ch-'a';}
      ^
0_0_21797565_23120.cpp:17:12: error: expected constructor, destructor, or type conversion before ';' token
     inline int Tr(char ch){return ch-'a';}
            ^
0_0_21797565_23120.cpp:17:18: error: expected constructor, destructor, or type conversion before ';' token
     inline int Tr(char ch){return ch-'a';}
                  ^
0_0_21797565_23120.cpp:17:24: error: expected constructor, destructor, or type conversion before ';' token
     inline int Tr(char ch){return ch-'a';}
                        ^
0_0_21797565_23120.cpp:18:6: error: expected constructor, destructor, or type conversion before ';' token
     int Insert(char *s){
      ^
0_0_21797565_23120.cpp:18:12: error: expected constructor, destructor, or type conversion before ';' token
     int Insert(char *s){
            ^
0_0_21797565_23120.cpp:18:18: error: expected constructor, destructor, or type conversion before ';' token
     int Insert(char *s){
                  ^
0_0_21797565_23120.cpp:18:24: error: expected constructor, destructor, or type conversion before ';' token
     int Insert(char *s){
                        ^
0_0_21797565_23120.cpp: In function 'int AC_DFA::Insert(char*)':
0_0_21797565_23120.cpp:19:2: error: 'nbsp' was not declared in this scope
         int x=0;
  ^
0_0_21797565_23120.cpp: At global scope:
0_0_21797565_23120.cpp:28:6: error: expected constructor, destructor, or type conversion before ';' token
     void MakeFail(){
      ^
0_0_21797565_23120.cpp:28:12: error: expected constructor, destructor, or type conversion before ';' token
     void MakeFail(){
            ^
0_0_21797565_23120.cpp:28:18: error: expected constructor, destructor, or type conversion before ';' token
     void MakeFail(){
                  ^
0_0_21797565_23120.cpp:28:24: error: expected constructor, destructor, or type conversion before ';' token
     void MakeFail(){
                        ^
0_0_21797565_23120.cpp: In function 'void AC_DFA::MakeFail()':
0_0_21797565_23120.cpp:29:2: error: 'nbsp' was not declared in this scope
         int h=1,t=0,i,j,x;
  ^
0_0_21797565_23120.cpp: At global scope:
0_0_21797565_23120.cpp:37:6: error: expected constructor, destructor, or type conversion before ';' token
     void Search(char *s,int len){
      ^
0_0_21797565_23120.cpp:37:12: error: expected constructor, destructor, or type conversion before ';' token
     void Search(char *s,int len){
            ^
0_0_21797565_23120.cpp:37:18: error: expected constructor, destructor, or type conversion before ';' token
     void Search(char *s,int len){
                  ^
0_0_21797565_23120.cpp:37:24: error: expected constructor, destructor, or type conversion before ';' token
     void Search(char *s,int len){
                        ^
0_0_21797565_23120.cpp: In function 'void AC_DFA::Search(char*, int)':
0_0_21797565_23120.cpp:38:2: error: 'nbsp' was not declared in this scope
         for(int l=strlen(s),i=0,x=0,w;i<l;i++){
  ^
0_0_21797565_23120.cpp: At global scope:
0_0_21797565_23120.cpp:44:6: error: expected constructor, destructor, or type conversion before ';' token
     int d[N],st[N];
      ^
0_0_21797565_23120.cpp:44:12: error: expected constructor, destructor, or type conversion before ';' token
     int d[N],st[N];
            ^
0_0_21797565_23120.cpp:44:18: error: expected constructor, destructor, or type conversion before ';' token
     int d[N],st[N];
                  ^
0_0_21797565_23120.cpp:44:24: error: expected constructor, destructor, or type conversion before ';' token
     int d[N],st[N];
                        ^
0_0_21797565_23120.cpp:45:6: error: expected constructor, destructor, or type conversion before ';' token
     void Solve(){
      ^
0_0_21797565_23120.cpp:45:12: error: expected constructor, destructor, or type conversion before ';' token
     void Solve(){
            ^
0_0_21797565_23120.cpp:45:18: error: expected constructor, destructor, or type conversion before ';' token
     void Solve(){
                  ^
0_0_21797565_23120.cpp:45:24: error: expected constructor, destructor, or type conversion before ';' token
     void Solve(){
                        ^
0_0_21797565_23120.cpp: In function 'void AC_DFA::Solve()':
0_0_21797565_23120.cpp:46:2: error: 'nbsp' was not declared in this scope
         int k=0;
  ^
0_0_21797565_23120.cpp: In function 'int main()':
0_0_21797565_23120.cpp:62:2: error: 'nbsp' was not declared in this scope
     int T,n,q;
  ^


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-17 03:59:31, Gzip enabled