Problem goofyrooks
User KingKav199
Submission Time 2023-12-30 12:48:34
Score 0
Max Time N/A
Max Memory N/A

Compile Error

goofyrooks.cpp: In function ‘int32_t main()’:
goofyrooks.cpp:16:22: error: ‘nl’ was not declared in this scope; did you mean ‘n’?
16 | for(int i = 0; i<nl i++) {
| ^~
| n
goofyrooks.cpp:16:24: error: expected ‘;’ before ‘i’
16 | for(int i = 0; i<nl i++) {
| ^~
| ;