| Problem | ljubomora |
|---|---|
| User | lxmine |
| Submission Time | 2026-07-18 11:08:10 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
ljubomora.cpp:5:12: error: ‘m’ has not been declared
5 | int n, m;
| ^
ljubomora.cpp:5:13: error: expected ‘)’ before ‘;’ token
5 | int n, m;
| ^
| )
ljubomora.cpp:4:9: note: to match this ‘(’
4 | int main(
| ^
ljubomora.cpp:6:5: error: ‘cin’ does not name a type; did you mean ‘sin’?
6 | cin>>n>>m;
| ^~~
| sin
ljubomora.cpp:7:13: error: ‘m’ was not declared in this scope; did you mean ‘tm’?
7 | int arr[m];
| ^
| tm
ljubomora.cpp:8:5: error: expected unqualified-id before ‘for’
8 | for(int i=0;i<m;i++)cin>>arr[i];
| ^~~
ljubomora.cpp:8:17: error: ‘i’ does not name a type
8 | for(int i=0;i<m;i++)cin>>arr[i];
| ^
ljubomora.cpp:8:21: error: ‘i’ does not name a type
8 | for(in