Problem fallingbricks
User vadar2525
Submission Time 2026-06-24 11:16:12
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fallingbricks.cpp: In function ‘int main()’:
fallingbricks.cpp:13:21: error: ‘n’ was not declared in this scope
13 | for(int i = 0; i < n; i++){
| ^
fallingbricks.cpp:16:21: error: ‘n’ was not declared in this scope
16 | for(int i = 0; i < n; i++){
| ^
fallingbricks.cpp:19:21: error: ‘n’ was not declared in this scope
19 | for(int i = 0; i < n; i++){
| ^