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_22008962_18658.cpp:38:20: error: 'c_size' was not declared in this scope
 bitset<maxn + 1> f[c_size], mask;
                    ^
0_0_22008962_18658.cpp: In function 'void NewNode(int, int)':
0_0_22008962_18658.cpp:44:29: error: 'f' was not declared in this scope
   x.dp = tree[fa].dp << 1 & f[c];
                             ^
0_0_22008962_18658.cpp: In function 'int main()':
0_0_22008962_18658.cpp:63:22: error: 'c_size' was not declared in this scope
   for(int i = 0; i < c_size; ++i) f[i].reset();
                      ^
0_0_22008962_18658.cpp:63:35: error: 'f' was not declared in this scope
   for(int i = 0; i < c_size; ++i) f[i].reset();
                                   ^
0_0_22008962_18658.cpp:81:6: error: 'f' was not declared in this scope
      f[i][n] = 1;
      ^
0_0_22008962_18658.cpp:84:34: error: 'f' was not declared in this scope
      if(tree[pt.fa].dp[n - 1] && f[pt.cc][n])
                                  ^


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-26 03:55:45, Gzip enabled