carnival.cpp: In function 'int comm(int, int, int)':
carnival.cpp:16:14: error: 'dif' was not declared in this scope; did you mean 'dtf'?
16 | if (query==(dif[md]-dif[l-1]))return comm(l,md,ind);
| ^~~
| dtf
carnival.cpp: In function 'int main()':
carnival.cpp:27:2: error: 'dif' was not declared in this scope; did you mean 'dtf'?
27 | dif[1]=1;
| ^~~
| dtf
carnival.cpp: In function 'int comm(int, int, int)':
carnival.cpp:18:1: warning: control reaches end of non-void function [-Wreturn-type]
18 | }
| ^