| Problem | ljubomora |
|---|---|
| User | xyzidk9 |
| Submission Time | 2026-04-24 16:21:04 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
ljubomora.cpp: In function ‘int main()’:
ljubomora.cpp:7:10: error: expected unqualified-id before numeric constant
7 | for(int 9 = 0;i < m;i++)cin >> b[i];
| ^
ljubomora.cpp:7:9: error: expected ‘;’ before numeric constant
7 | for(int 9 = 0;i < m;i++)cin >> b[i];
| ^~
| ;
ljubomora.cpp:7:14: error: lvalue required as left operand of assignment
7 | for(int 9 = 0;i < m;i++)cin >> b[i];
| ^
ljubomora.cpp:7:16: error: ‘i’ was not declared in this scope
7 | for(int 9 = 0;i < m;i++)cin >> b[i];
| ^
ljubomora.cpp:7:21: error: expected ‘)’ before ‘;’ token
7 | for(int 9 = 0;i < m;i++)cin >> b[i];
| ~ ^
| )
ljubomora.cpp:7:22: error: ‘i’ was not declared in this scope
7 | for(int 9 = 0;i < m;i++)cin >> b[i];
|