| Problem | eeducation |
|---|---|
| User | Citric3thanol |
| Submission Time | 2026-06-24 09:18:09 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
eeducation.cpp: In function ‘int main()’:
eeducation.cpp:11:12: error: expected ‘;’ before ‘-’ token
11 | for (int i - 0;i < N; i++) cin >> A[i];
| ^~
| ;
eeducation.cpp:11:22: error: expected ‘)’ before ‘;’ token
11 | for (int i - 0;i < N; i++) cin >> A[i];
| ~ ^
| )
eeducation.cpp:11:24: error: ‘i’ was not declared in this scope
11 | for (int i - 0;i < N; i++) cin >> A[i];
| ^
eeducation.cpp:12:12: error: expected ‘;’ before ‘-’ token
12 | for (int i - 0;i < M; i++) cin >> B[i];
| ^~
| ;
eeducation.cpp:12:22: error: expected ‘)’ before ‘;’ token
12 | for (int i - 0;i < M; i++) cin >> B[i];
| ~ ^
| )