preokret.cpp: In function 'int main()':
preokret.cpp:12:7: warning: ignoring return value of 'int scanf(const char*, ...)' declared with attribute 'warn_unused_result' [-Wunused-result]
12 | scanf("%lld",&m);
| ~~~~~^~~~~~~~~~~
preokret.cpp:21:9: warning: iteration 2999 invokes undefined behavior [-Waggressive-loop-optimizations]
21 | jsa[i]+=jsa[i-1],jsb[i]+=jsb[i-1];
| ~~~~~~^~~~~~~~~~
preokret.cpp:20:16: note: within this loop
20 | for(int i=1; i<=3000; i++)
| ~^~~~~~
preokret.cpp:25:11: warning: iteration 2999 invokes undefined behavior [-Waggressive-loop-optimizations]
25 | if(jsa[i]>jsb[i] && jsa[i-1]==jsb[i-1] && ld==2)
| ~~~~~^
preokret.cpp:23:16: note: within this loop
23 | for(int i=1; i<=3000; i++)
| ~^~~~~~