Problem clocktower
User Sandman
Submission Time 2023-02-22 12:32:37
Score 0
Max Time N/A
Max Memory N/A

Compile Error

clocktower.cpp: In function ‘int main()’:
clocktower.cpp:8:36: error: expected initializer before ‘+’ token
8 | long long int height[n], lazer[h] + 1;
| ^
clocktower.cpp:10:2: error: ‘lazer’ was not declared in this scope
10 | lazer[0] = 0;
| ^~~~~