Problem monsters3
User Biologyhater123
Submission Time 2025-12-01 16:21:20
Score 0
Max Time N/A
Max Memory N/A

Compile Error

monsters3.cpp: In function ‘int32_t main()’:
monsters3.cpp:16:18: error: ‘i’ was not declared in this scope
16 | for (int j = 0; i < n; i++){
| ^
monsters3.cpp:22:18: error: ‘i’ was not declared in this scope
22 | for (int k = 0; i < m; i++){
| ^
monsters3.cpp:28:18: error: ‘i’ was not declared in this scope
28 | for (int l = 0; i < m; i++){
| ^