Problem findingpavement
User Shreyas123456789
Submission Time 2026-02-25 16:51:56
Score 0
Max Time N/A
Max Memory N/A

Compile Error

findingpavement.cpp: In function ‘int main()’:
findingpavement.cpp:10:27: error: ‘i’ was not declared in this scope
10 | for(int w = 0; w < h; i++){
| ^
findingpavement.cpp:13:17: error: expected ‘}’ at end of input
13 | cout << a[2];
| ^
findingpavement.cpp:5:15: note: to match this ‘{’
5 | signed main() {
| ^