Problem | lualectures |
---|---|
User | boaznumberd5555 |
Submission Time | 2024-12-09 14:24:35 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
lualectures.cpp: In function ‘int main()’:
lualectures.cpp:24:31: error: invalid types ‘<unresolved overloaded function type>[int]’ for array subscript
24 | ending.erase(ending.find[x]);
| ^
lualectures.cpp:25:29: error: ‘lecture’ was not declared in this scope; did you mean ‘lectures’?
25 | unoccupied.insert(alloc[lecture]);
| ^~~~~~~
| lectures
lualectures.cpp:28:2: error: ‘ans’ was not declared in this scope; did you mean ‘abs’?
28 | ans = max(ans,cur+1);
| ^~~
| abs
lualectures.cpp:33:8: error: ‘ans’ was not declared in this scope; did you mean ‘abs’?
33 | cout<<ans<<"\n";
| ^~~
| abs
lualectures.cpp:34:33: error: ‘arr’ was not declared in this scope
34 | for(int i = 0; i<n; i++) cout<<arr[i];
| ^~