| Problem | coinbag |
|---|---|
| User | Bn |
| Submission Time | 2023-09-06 19:01:24 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
coinbag.cpp: In function ‘int32_t main()’:
coinbag.cpp:31:11: error: ‘i’ was not declared in this scope
31 | cout << [i][j];
| ^
coinbag.cpp: In lambda function:
coinbag.cpp:31:13: error: expected ‘{’ before ‘[’ token
31 | cout << [i][j];
| ^
coinbag.cpp: In function ‘int32_t main()’:
coinbag.cpp:31:14: error: ‘j’ was not declared in this scope
31 | cout << [i][j];
| ^