Problem | grid |
---|---|
User | Catornado |
Submission Time | 2023-02-20 20:28:26 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
grid.cpp: In function ‘int main()’:
grid.cpp:32:19: error: expected ‘}’ at end of input
32 | cout<<F[H-1][W-1];
| ^
grid.cpp:4:11: note: to match this ‘{’
4 | int main(){
| ^