0_0_20558384_9061.cpp:3:7: error: 'll' does not name a type
const ll MAX_N = 1005;
^
0_0_20558384_9061.cpp:6:5: error: 'll' does not name a type
ll c;
^
0_0_20558384_9061.cpp:12:10: error: 'MAX_N' was not declared in this scope
pos bomb[MAX_N];
^
0_0_20558384_9061.cpp:13:1: error: 'll' does not name a type
ll T, N;
^
0_0_20558384_9061.cpp:14:1: error: 'll' does not name a type
ll far[MAX_N], lank[MAX_N];
^
0_0_20558384_9061.cpp:16:11: error: variable or field 'init' declared void
void init(ll n)
^
0_0_20558384_9061.cpp:16:11: error: 'll' was not declared in this scope
|