Problem findingpavement
User PerihelionfromAphelion
Submission Time 2026-08-29 20:12:46
Score 0
Max Time N/A
Max Memory N/A

Compile Error

findingpavement.cpp: In function ‘int main()’:
findingpavement.cpp:11:7: error: ‘i’ was not declared in this scope
11 | for (i = 1; i <= h; i++) {
| ^
findingpavement.cpp:12:8: error: ‘j’ was not declared in this scope
12 | for (j = 1; j <= w; j++) {
| ^