Problem goofyrooks
User Hijackedsoul
Submission Time 2023-12-30 16:05:39
Score 0
Max Time N/A
Max Memory N/A

Compile Error

goofyrooks.cpp: In function ‘int32_t main()’:
goofyrooks.cpp:19:25: error: ‘colum’ was not declared in this scope; did you mean ‘column’?
19 | int mn=min(row.size(), colum.size());
| ^~~~~
| column