speedrun.cpp: In function 'void assignHints(int, int, int*, int*)':
speedrun.cpp:5:5: error: 'intcen' was not declared in this scope
5 | intcen = 0;
| ^~~~~~
speedrun.cpp:6:38: error: 'cen' was not declared in this scope
6 | if(A[0] == A[1] || A[0] == B[1]) cen = A[0];
| ^~~
speedrun.cpp:7:10: error: 'cen' was not declared in this scope
7 | else cen = B[0];
| ^~~
speedrun.cpp:10:14: error: 'cen' was not declared in this scope
10 | int temp = cen;
| ^~~
speedrun.cpp:12:18: warning: suggest parentheses around comparison in operand of '&' [-Wparentheses]
12 | if(temp&-temp == 1){
| ~~~~~~^~~~
speedrun.cpp:16:9: warning: statement has no effect [-Wunused-value]
16 | temp >> 1; j++;
| ~~~~~^~~~
speedrun.cpp: In function 'void speedrun(int, int, int)':
speedrun.cpp:26:7: warning: statement has no effect [-Wunused-value]
26 | cen << 1;
| ~~~~^~~~