Problem findingpavement
User NikhilSiddharth67
Submission Time 2026-02-25 16:16:29
Score 0
Max Time N/A
Max Memory N/A

Compile Error

findingpavement.cpp: In function ‘int main()’:
findingpavement.cpp:6:1: error: ‘Int’ was not declared in this scope; did you mean ‘int’?
6 | Int h[w]
| ^~~
| int
findingpavement.cpp:7:16: error: ‘h’ was not declared in this scope
7 | for(int h=0 ; h = w; h++) {
| ^
findingpavement.cpp:7:20: error: ‘w’ was not declared in this scope
7 | for(int h=0 ; h = w; h++) {
| ^