Problem | goofyrooks |
---|---|
User | asbx |
Submission Time | 2023-12-30 17:16:54 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
goofyrooks.cpp: In function ‘int main()’:
goofyrooks.cpp:17:7: error: lvalue required as decrement operand
17 | row--;
| ^~
goofyrooks.cpp:20:11: error: ‘truel’ was not declared in this scope; did you mean ‘truncl’?
20 | col[e]=truel
| ^~~~~
| truncl
goofyrooks.cpp:24:11: error: invalid operands of types ‘bool [a]’ and ‘bool [b]’ to binary ‘operator*’
24 | cout<<row*col;
| ~~~^~~~
| | |
| | bool [b]
| bool [a]