Problem | lualectures |
---|---|
User | Schzeey |
Submission Time | 2023-03-08 23:19:09 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
lualectures.cpp: In function ‘int main()’:
lualectures.cpp:35:3: error: ‘pll’ was not declared in this scope; did you mean ‘pl’?
35 | pll temp;
| ^~~
| pl
lualectures.cpp:36:3: error: ‘temp’ was not declared in this scope
36 | temp.first = arr[i].second;
| ^~~~