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_38689573_29247.cpp: In function 'int main()':
0_0_38689573_29247.cpp:71:26: error: the value of 'n' is not usable in a constant expression
   71 |                 bitset<n+1> st[n+1];
      |                          ^
0_0_38689573_29247.cpp:13:5: note: 'long long int n' is not const
   13 | ull n, m, k;
      |     ^
0_0_38689573_29247.cpp:71:27: error: the value of 'n' is not usable in a constant expression
   71 |                 bitset<n+1> st[n+1];
      |                           ^
0_0_38689573_29247.cpp:13:5: note: 'long long int n' is not const
   13 | ull n, m, k;
      |     ^
0_0_38689573_29247.cpp:71:25: note: in template argument for type 'long long unsigned int'
   71 |                 bitset<n+1> st[n+1];
      |                        ~^~
0_0_38689573_29247.cpp:79:31: error: request for member 'set' in 'st[u]', which is of non-class type 'int'
   79 |                         st[u].set(v, true);
      |                               ^~~
0_0_38689573_29247.cpp:80:31: error: request for member 'set' in 'st[v]', which is of non-class type 'int'
   80 |                         st[v].set(u, true);
      |                               ^~~
0_0_38689573_29247.cpp:87:59: error: request for member 'count' in '(st[i] & st[j])', which is of non-class type 'int'
   87 |                                 P[i][j] = (st[i] & st[j]).count();
      |                                                           ^~~~~
0_0_38689573_29247.cpp:98:42: error: invalid types 'int[long long int]' for array subscript
   98 |                                 if (st[i][j])
      |                                          ^


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-06 16:52:28, Gzip enabled