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>'?
|