| Problem | findingpavement |
|---|---|
| User | Shreyas123456789 |
| Submission Time | 2026-06-20 14:12:19 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
findingpavement.cpp: In function ‘int main()’:
findingpavement.cpp:7:5: error: declaration does not declare anything [-fpermissive]
7 | int ;h
| ^~~
findingpavement.cpp:7:10: error: ‘h’ was not declared in this scope
7 | int ;h
| ^
findingpavement.cpp:11:16: error: ‘a’ was not declared in this scope
11 | cin >> a[w];
| ^
findingpavement.cpp:13:13: error: ‘a’ was not declared in this scope
13 | cout << a[2];
| ^