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_39755537_28151.c:4:1: error: unknown type name 'using'
    4 | using namespace std;
      | ^~~~~
0_0_39755537_28151.c:4:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'std'
    4 | using namespace std;
      |                 ^~~
0_0_39755537_28151.c:8:5: error: variably modified 'match' at file scope
    8 | int match[N];
      |     ^~~~~
0_0_39755537_28151.c:9:5: error: variably modified 'pre' at file scope
    9 | int pre[N];
      |     ^~~
0_0_39755537_28151.c:10:5: error: variably modified 'la' at file scope
   10 | int la[N], lb[N];
      |     ^~
0_0_39755537_28151.c:10:12: error: variably modified 'lb' at file scope
   10 | int la[N], lb[N];
      |            ^~
0_0_39755537_28151.c:11:12: error: variably modified 'upd' at file scope
   11 | int delta, upd[N];
      |            ^~~
0_0_39755537_28151.c:12:5: error: variably modified 'W' at file scope
   12 | int W[N][N];
      |     ^
0_0_39755537_28151.c:12:5: error: variably modified 'W' at file scope
0_0_39755537_28151.c:13:1: error: unknown type name 'bool'
   13 | bool vis[N];
      | ^~~~
0_0_39755537_28151.c:3:1: note: 'bool' is defined in header '<stdbool.h>'; did you forget to '#include <stdbool.h>'?
    2 | #include<string.h>
  +++ |+#include <stdbool.h>
    3 | //#define int long long
0_0_39755537_28151.c:13:6: error: variably modified 'vis' at file scope
   13 | bool vis[N];
      |      ^~~
0_0_39755537_28151.c: In function 'read':
0_0_39755537_28151.c:61:16: error: unknown type name 'bool'
   61 |     int X = 0; bool flag = 1; char ch = getchar();
      |                ^~~~
0_0_39755537_28151.c:61:16: note: 'bool' is defined in header '<stdbool.h>'; did you forget to '#include <stdbool.h>'?


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 18:55:22, Gzip enabled