| Problem | eeducation |
|---|---|
| User | PerihelionfromAphelion |
| Submission Time | 2026-08-29 20:22:38 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
eeducation.cpp: In function ‘int32_t main()’:
eeducation.cpp:14:7: error: ‘i’ was not declared in this scope
14 | for (i = 0; i < n; i++) {
| ^
eeducation.cpp:17:7: error: ‘i’ was not declared in this scope
17 | for (i = 0; i < m; i++) {
| ^
eeducation.cpp:21:7: error: ‘i’ was not declared in this scope
21 | for (i = 0; i < n; i++) {
| ^
eeducation.cpp:25:7: error: ‘i’ was not declared in this scope
25 | for (i = ans.size() - 1; i >= 0; i--) {
| ^