kosnja.cpp: In function 'int main()':
kosnja.cpp:15:9: warning: variable 'xxd' set but not used [-Wunused-but-set-variable]
15 | int xxd=0;
| ^~~
kosnja.cpp:14:10: warning: ignoring return value of 'int scanf(const char*, ...)' declared with attribute 'warn_unused_result' [-Wunused-result]
14 | scanf("%d",&n);
| ~~~~~^~~~~~~~~
kosnja.cpp:20:14: warning: ignoring return value of 'int scanf(const char*, ...)' declared with attribute 'warn_unused_result' [-Wunused-result]
20 | scanf("%d%d",&a,&b);
| ~~~~~^~~~~~~~~~~~~~
kosnja.cpp:24:17: warning: iteration 1073741808 invokes undefined behavior [-Waggressive-loop-optimizations]
24 | oyyy+=2;
| ~~~~^~~
kosnja.cpp:22:28: note: within this loop
22 | for(long long j=0;j<LONG_MAX;j++)
| ^