| Problem | findingpavement |
|---|---|
| User | JcYong |
| Submission Time | 2024-06-18 13:42:32 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
findingpavement.cpp: In function ‘int main()’:
findingpavement.cpp:7:10: error: expected ‘;’ before ‘int’
7 | cin >> w
| ^
| ;
8 | int arr[h][w];
| ~~~
findingpavement.cpp:11:4: error: ‘arr’ was not declared in this scope
11 | arr[i][j];
| ^~~