0_0_39071825_30349.cpp: In function 'int main()':
0_0_39071825_30349.cpp:53:46: error: cannot convert 'bool*' to 'int*'
53 | if(judge(nxt.a,tmp.t+1,nxt.cn)){
| ~~~~^
| |
| bool*
0_0_39071825_30349.cpp:19:16: note: initializing argument 1 of 'bool judge(int*, int, int)'
19 | bool judge(int b[],int nxt,int len){
| ~~~~^~~
|