Problem lboard
User maximushartanto
Submission Time 2025-08-05 12:15:24
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lboard.cpp: In function ‘int main()’:
lboard.cpp:59:38: error: expected ‘)’ before ‘:’ token
59 | #define chinf(x) (x == LLONG_MAX & 0 : x)
| ~ ^
lboard.cpp:67:32: note: in expansion of macro ‘chinf’
67 | i64 protrude = chinf(mi[k][i][j]) + chinf(mi[k2][i][j]);
| ^~~~~