| Problem | nis |
|---|---|
| User | justin271828 |
| Submission Time | 2024-12-12 11:51:26 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
nis.cpp: In function ‘int main()’:
nis.cpp:35:2: error: ‘li’ was not declared in this scope; did you mean ‘ii’?
35 | li temp[N];
| ^~
| ii
nis.cpp:38:3: error: ‘temp’ was not declared in this scope
38 | temp[i].first = arr[i];
| ^~~~
nis.cpp:41:7: error: ‘temp’ was not declared in this scope
41 | sort(temp, temp+N);
| ^~~~