0_0_38950915_11317.cpp:35:4: error: size of array 'v' is not an integral constant-expression
35 | }v[manx];
| ^~~~
0_0_38950915_11317.cpp:120:9: error: size of array 'cnt' is not an integral constant-expression
120 | int cnt[manx];
| ^~~~
0_0_38950915_11317.cpp:153:8: error: size of array 's' is not an integral constant-expression
153 | char s[manx],s1[manx],s2[manx];
| ^~~~
0_0_38950915_11317.cpp:153:17: error: size of array 's1' is not an integral constant-expression
153 | char s[manx],s1[manx],s2[manx];
| ^~~~
0_0_38950915_11317.cpp:153:26: error: size of array 's2' is not an integral constant-expression
153 | char s[manx],s1[manx],s2[manx];
| ^~~~
|