| Problem | neckties | 
|---|---|
| User | 0 | 
| Submission Time | 2023-12-12 09:40:51 | 
| Score | 0 | 
| Max Time | N/A | 
| Max Memory | N/A | 
Owl Get a Life
 neckties.cpp: In function ‘int main()’:
neckties.cpp:13:2: error: ‘pii’ was not declared in this scope
   13 |  pii A[N + 2];
      |  ^~~
neckties.cpp:19:3: error: ‘A’ was not declared in this scope
   19 |   A[i] = mp(a, i);
      |   ^
neckties.cpp:19:10: error: ‘mp’ was not declared in this scope
   19 |   A[i] = mp(a, i);
      |          ^~
neckties.cpp:25:7: error: ‘A’ was not declared in this scope
   25 |  sort(A + 1, A + N + 2);
      |       ^