ljetopica.cpp: In function 'll C(ll, ll)':
ljetopica.cpp:9:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
9 | if(x<0||y<0||y>x)
| ^~
ljetopica.cpp:11:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
11 | return com[x][y];
| ^~~~~~
ljetopica.cpp: In function 'int main()':
ljetopica.cpp:37:10: warning: ignoring return value of 'int scanf(const char*, ...)' declared with attribute 'warn_unused_result' [-Wunused-result]
37 | scanf("%lld %lld\n",&n,&k);
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
ljetopica.cpp:40:14: warning: ignoring return value of 'int scanf(const char*, ...)' declared with attribute 'warn_unused_result' [-Wunused-result]
40 | scanf("%c",&c);
| ~~~~~^~~~~~~~~
ljetopica.cpp:81:14: warning: ignoring return value of 'int scanf(const char*, ...)' declared with attribute 'warn_unused_result' [-Wunused-result]
81 | scanf("%01lld",&b[i]);
| ~~~~~^~~~~~~~~~~~~~~~
ljetopica.cpp:85:14: warning: ignoring return value of 'int scanf(const char*, ...)' declared with attribute 'warn_unused_result' [-Wunused-result]
85 | scanf("%01lld",&b[i]);
| ~~~~~^~~~~~~~~~~~~~~~