catinatree.cpp: In function 'bool barla()':
catinatree.cpp:38:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
38 | if(cnt <= 1)
| ^~
catinatree.cpp:40:5: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
40 | for (int i = 0; i < n; ++i)
| ^~~
catinatree.cpp: In function 'int in_yakyn(int)':
catinatree.cpp:17:14: warning: control reaches end of non-void function [-Wreturn-type]
17 | queue <int> q;
| ^
catinatree.cpp: In function 'int main()':
catinatree.cpp:67:10: warning: ignoring return value of 'int scanf(const char*, ...)' declared with attribute 'warn_unused_result' [-Wunused-result]
67 | scanf("%d%d", &n, &d);
| ~~~~~^~~~~~~~~~~~~~~~
catinatree.cpp:70:14: warning: ignoring return value of 'int scanf(const char*, ...)' declared with attribute 'warn_unused_result' [-Wunused-result]
70 | scanf("%d", &a);
| ~~~~~^~~~~~~~~~