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