answer.code: In function ‘int precalc(int, int)’:
answer.code:3:26: error: ‘N’ was not declared in this scope
3 | int precalc(int n,int m){N=n,M=m;return n+m+__lg(n);}
| ^
answer.code:3:30: error: ‘M’ was not declared in this scope
3 | int precalc(int n,int m){N=n,M=m;return n+m+__lg(n);}
| ^
answer.code: At global scope:
answer.code:4:15: error: ‘player’ was not declared in this scope
4 | bool transmit(player &X,int t,int x){
| ^~~~~~
answer.code:4:23: error: ‘X’ was not declared in this scope
4 | bool transmit(player &X,int t,int x){
| ^
answer.code:4:25: error: expected primary-expression before ‘int’
4 | bool transmit(player &X,int t,int x){
| ^~~
answer.code:4:31: error: expected primary-expression before ‘int’
4 | bool transmit(player &X,int t,int x){
| ^~~
answer.code:4:36: error: expression list treated as compound expression in initializer [-fpermissive]
4 | bool transmit(player &X,int t,int x){
| ^