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_18532746_1052.cpp:100:3: error: 'ansaaa' does not name a type
   ansaaa = -ansaaa;
   ^
0_0_18532746_1052.cpp:101:3: error: expected unqualified-id before 'for'
   for(int i = 0; i < sz; i++)
   ^
0_0_18532746_1052.cpp:101:18: error: 'i' does not name a type
   for(int i = 0; i < sz; i++)
                  ^
0_0_18532746_1052.cpp:101:26: error: 'i' does not name a type
   for(int i = 0; i < sz; i++)
                          ^
0_0_18532746_1052.cpp:102:19: error: 's' does not name a type
    for(int s = 0; s < (1<<n); s++)
                   ^
0_0_18532746_1052.cpp:102:31: error: 's' does not name a type
    for(int s = 0; s < (1<<n); s++)
                               ^
0_0_18532746_1052.cpp:104:3: error: expected unqualified-id before 'return'
   return ansaaa;
   ^
0_0_18532746_1052.cpp:105:2: error: expected ';' after struct definition
  }
  ^
0_0_18532746_1052.cpp: In member function 'int AhoCorasickAutomata::solve()':
0_0_18532746_1052.cpp:94:98: error: expected ')' before ';' token
        if(!vis[ni][ns] && dp[cur][ni][ns] != INF) { vis[ni][ns] = true; q[cur].push((Node){ni,ns}; )}
                                                                                                  ^
0_0_18532746_1052.cpp:94:100: error: expected primary-expression before ')' token
        if(!vis[ni][ns] && dp[cur][ni][ns] != INF) { vis[ni][ns] = true; q[cur].push((Node){ni,ns}; )}
                                                                                                    ^
0_0_18532746_1052.cpp: At global scope:
0_0_18532746_1052.cpp:106: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-30 01:10:34, Gzip enabled