| Problem | findingpavement |
|---|---|
| User | NikhilSiddharth67 |
| Submission Time | 2026-02-25 16:16:46 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
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:20: error: ‘w’ was not declared in this scope
7 | for(int h=0 ; h = w; h++) {
| ^
findingpavement.cpp:10:9: error: ‘h’ was not declared in this scope
10 | cout << h [2];
| ^