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_19893560_861.cpp:6:10: error: #include expects "FILENAME" or <FILENAME>
 #include N 500010
          ^
0_0_19893560_861.cpp:9:22: error: 'N' was not declared in this scope
 int i,n,trcnt,danger[N],vis[N],q[N],fail[N],ans,t,tr[N][30];
                      ^
0_0_19893560_861.cpp:9:29: error: 'N' was not declared in this scope
 int i,n,trcnt,danger[N],vis[N],q[N],fail[N],ans,t,tr[N][30];
                             ^
0_0_19893560_861.cpp:9:34: error: 'N' was not declared in this scope
 int i,n,trcnt,danger[N],vis[N],q[N],fail[N],ans,t,tr[N][30];
                                  ^
0_0_19893560_861.cpp:9:42: error: 'N' was not declared in this scope
 int i,n,trcnt,danger[N],vis[N],q[N],fail[N],ans,t,tr[N][30];
                                          ^
0_0_19893560_861.cpp:9:54: error: 'N' was not declared in this scope
 int i,n,trcnt,danger[N],vis[N],q[N],fail[N],ans,t,tr[N][30];
                                                      ^
0_0_19893560_861.cpp: In function 'void insert()':
0_0_19893560_861.cpp:16:8: error: 'tr' was not declared in this scope
   if (!tr[now][y]) tr[now][y]=++trcnt;
        ^
0_0_19893560_861.cpp:17:7: error: 'tr' was not declared in this scope
   now=tr[now][y];
       ^
0_0_19893560_861.cpp:19:2: error: 'danger' was not declared in this scope
  danger[now]++; 
  ^
0_0_19893560_861.cpp: In function 'void acmach()':
0_0_19893560_861.cpp:24:2: error: 'q' was not declared in this scope
  q[++tail]=1;
  ^
0_0_19893560_861.cpp:29:7: error: 'tr' was not declared in this scope
   if (tr[now][k])
       ^
0_0_19893560_861.cpp:31:10: error: 'fail' was not declared in this scope
    int y=fail[now];
          ^
0_0_19893560_861.cpp: In function 'void run()':
0_0_19893560_861.cpp:45:3: error: 'vis' was not declared in this scope
   vis[now]=1;
   ^
0_0_19893560_861.cpp:46:11: error: 'tr' was not declared in this scope
   while (!tr[now][y]) now=fail[now];
           ^
0_0_19893560_861.cpp:46:27: error: 'fail' was not declared in this scope
   while (!tr[now][y]) now=fail[now];
                           ^
0_0_19893560_861.cpp:47:7: error: 'tr' was not declared in this scope
   now=tr[now][y];
       ^
0_0_19893560_861.cpp:49:23: error: 'fail' was not declared in this scope
    for (int j=now;j;j=fail[j])
                       ^
0_0_19893560_861.cpp:51:10: error: 'danger' was not declared in this scope
     ans+=danger[j];
          ^
0_0_19893560_861.cpp: In function 'int main()':
0_0_19893560_861.cpp:61:22: error: 'tr' was not declared in this scope
   for(i=1;i<=26;i++) tr[0][i]=1;
                      ^
0_0_19893560_861.cpp:76:4: error: 'fail' was not declared in this scope
    fail[i]=danger[i]=vis[i]=0;
    ^
0_0_19893560_861.cpp:76:12: error: 'danger' was not declared in this scope
    fail[i]=danger[i]=vis[i]=0;
            ^
0_0_19893560_861.cpp:76:22: error: 'vis' was not declared in this scope
    fail[i]=danger[i]=vis[i]=0;
                      ^
0_0_19893560_861.cpp:78:5: error: 'tr' was not declared in this scope
     tr[i][j]=0;
     ^


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-10-02 08:28:46, Gzip enabled